From ed0eea9943371ab37a628b9909b84a6e3f1dd5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:55:43 +0000 Subject: [PATCH] Bump leynos/shared-actions/.github/actions/setup-rust Bumps [leynos/shared-actions/.github/actions/setup-rust](https://github.com/leynos/shared-actions) from 29eea2635ee0f92e42c05f4cd360b7f1a2f00b12 to c3141c3d4cb2a2828d2abbcf3d94b15197740c58. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/29eea2635ee0f92e42c05f4cd360b7f1a2f00b12...c3141c3d4cb2a2828d2abbcf3d94b15197740c58) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/setup-rust dependency-version: c3141c3d4cb2a2828d2abbcf3d94b15197740c58 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/act-validation.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/act-validation.yml b/.github/workflows/act-validation.yml index 7356646..15bdc39 100644 --- a/.github/workflows/act-validation.yml +++ b/.github/workflows/act-validation.yml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@29eea2635ee0f92e42c05f4cd360b7f1a2f00b12 + uses: leynos/shared-actions/.github/actions/setup-rust@c3141c3d4cb2a2828d2abbcf3d94b15197740c58 - name: Install act run: | curl -fsSL "https://github.com/nektos/act/releases/download/${ACT_VERSION}/act_Linux_x86_64.tar.gz" | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5689900..7a27fa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@29eea2635ee0f92e42c05f4cd360b7f1a2f00b12 + uses: leynos/shared-actions/.github/actions/setup-rust@c3141c3d4cb2a2828d2abbcf3d94b15197740c58 - name: Install mold linker if: runner.os == 'Linux' run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4565f6..ec32485 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 with: persist-credentials: false - - uses: leynos/shared-actions/.github/actions/setup-rust@29eea2635ee0f92e42c05f4cd360b7f1a2f00b12 + - uses: leynos/shared-actions/.github/actions/setup-rust@c3141c3d4cb2a2828d2abbcf3d94b15197740c58 with: toolchain: stable - name: Cache cross binary