From 8b060766f54c5d29da20ef66073bcebebedd487b Mon Sep 17 00:00:00 2001 From: "ferrlabs-renovate[bot]" <282300760+ferrlabs-renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:09:26 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/ci-rust.yml | 2 +- .github/workflows/cli-release.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 2a244c3..4979391 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -31,7 +31,7 @@ jobs: sudo apt-get install -y --no-install-recommends \ build-essential pkg-config libdbus-1-dev - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c # stable + uses: dtolnay/rust-toolchain@6bed0761d98439e5a578e2877258200ad565ba87 # stable with: toolchain: '1.98' components: rustfmt,clippy diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index aa97b0b..bf79c52 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -62,7 +62,7 @@ jobs: sudo apt-get update sudo apt-get install -y --no-install-recommends \ build-essential pkg-config libdbus-1-dev - - uses: dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c # stable + - uses: dtolnay/rust-toolchain@6bed0761d98439e5a578e2877258200ad565ba87 # stable with: toolchain: '1.98' targets: ${{ matrix.target }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f85dfb3..4933c66 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: echo "Stamping chart with version $V" sed -i -E "s/^version: .*/version: \"$V\"/" charts/ferrvault-operator/Chart.yaml sed -i -E "s/^appVersion: .*/appVersion: \"$V\"/" charts/ferrvault-operator/Chart.yaml - - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4 + - uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4 - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4 - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: