From b498e6c468fdb76a646fc8c79226bc065026014a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:53:24 +0000 Subject: [PATCH] chore: bump wild-linker/action from 0.9.0 to 0.10.0 Bumps [wild-linker/action](https://github.com/wild-linker/action) from 0.9.0 to 0.10.0. - [Commits](https://github.com/wild-linker/action/compare/0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: wild-linker/action dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/hotpath-profile.yml | 2 +- .github/workflows/rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"