diff --git a/.github/workflows/hotpath-profile.yml b/.github/workflows/hotpath-profile.yml index 7d59763..1532b00 100644 --- a/.github/workflows/hotpath-profile.yml +++ b/.github/workflows/hotpath-profile.yml @@ -20,7 +20,7 @@ jobs: rustflags: "" - name: Install the wild linker - uses: wild-linker/action@0.9.0 + uses: wild-linker/action@v0.10.0 - name: Put wild on PATH run: echo "$RUNNER_TEMP/wild-install" >> "$GITHUB_PATH" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a210561..2382412 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -74,7 +74,7 @@ jobs: run: rustup target add ${{ matrix.target }} - name: "Install the wild linker" - uses: wild-linker/action@0.9.0 + uses: wild-linker/action@v0.10.0 - name: "Put wild on PATH" run: echo "$RUNNER_TEMP/wild-install" >> "$GITHUB_PATH"