From c568dd09cefccc86759fdeabcd1ccb3b006c3aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:39:58 +0000 Subject: [PATCH] ci(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [actions/cache](https://github.com/actions/cache). Updates `Swatinem/rust-cache` from e18b497796c12c097a38f9edb9d0641fb99eee32 to 6323deb102c322ba6fcbdcafc7e3dddab59af2b6 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/e18b497796c12c097a38f9edb9d0641fb99eee32...6323deb102c322ba6fcbdcafc7e3dddab59af2b6) Updates `taiki-e/install-action` from 2.85.5 to 2.85.10 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/6a1bd70eaac3c8bdf093356838d7ee09fda951cf...6c6fd71fe4fb72c3697d269963d0e15df8adedad) Updates `actions/cache` from 5.1.0 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/caa296126883cff596d87d8935842f9db880ef25...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 6323deb102c322ba6fcbdcafc7e3dddab59af2b6 dependency-type: direct:production dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.85.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/platform-artifacts.yml | 4 ++-- .github/workflows/rustferry-goal3-iphone.yml | 2 +- .github/workflows/vscode-extension.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2c647e..3652529 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: | sudo apt-get update sudo apt-get install --yes --no-install-recommends libfontconfig1-dev - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: cache-bin: "false" - name: License policy @@ -144,7 +144,7 @@ jobs: if failures: raise SystemExit("Broken local Markdown links:\n" + "\n".join(failures)) PY - - uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2 + - uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2 with: tool: mdbook@0.5.4 fallback: none @@ -183,7 +183,7 @@ jobs: run: | sudo apt-get update sudo apt-get install --yes --no-install-recommends libfontconfig1-dev - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: cache-bin: "false" - name: Workspace tests diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 938c624..0818a92 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6 - - uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2 + - uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2 with: tool: mdbook@0.5.4 fallback: none diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 6904934..8a3d4a5 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -44,7 +44,7 @@ jobs: node-version: "20" cache: npm cache-dependency-path: editors/vscode/package-lock.json - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: cache-bin: "false" - name: Install Linux prerequisites diff --git a/.github/workflows/platform-artifacts.yml b/.github/workflows/platform-artifacts.yml index 22049e0..3297cbe 100644 --- a/.github/workflows/platform-artifacts.yml +++ b/.github/workflows/platform-artifacts.yml @@ -56,7 +56,7 @@ jobs: with: toolchain: stable targets: aarch64-linux-android - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: cache-bin: "false" - name: Generate default starter with the public CLI @@ -272,7 +272,7 @@ jobs: with: toolchain: stable targets: aarch64-apple-ios-sim - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: cache-bin: "false" - name: Inspect Xcode prerequisites diff --git a/.github/workflows/rustferry-goal3-iphone.yml b/.github/workflows/rustferry-goal3-iphone.yml index 4c5e71c..7c59513 100644 --- a/.github/workflows/rustferry-goal3-iphone.yml +++ b/.github/workflows/rustferry-goal3-iphone.yml @@ -179,7 +179,7 @@ jobs: path: source repository: 'shiroksh/rustferry' - name: Restore source-revision-scoped Cargo cache - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ${{ env.CARGO_HOME }}/registry/index diff --git a/.github/workflows/vscode-extension.yml b/.github/workflows/vscode-extension.yml index 36fe0e3..ee04bc7 100644 --- a/.github/workflows/vscode-extension.yml +++ b/.github/workflows/vscode-extension.yml @@ -48,7 +48,7 @@ jobs: if: runner.os == 'Linux' with: toolchain: stable - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 if: runner.os == 'Linux' with: cache-bin: "false"