From e4f75e5038a6be38b5ae5091bc58315157a0700d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:38:23 +0000 Subject: [PATCH] ci(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `Swatinem/rust-cache` from 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 to f0d9c3887740aee45f6153b24b3a6b815192ec16 - [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/258712b0b7b1ddf8bddc9fc3b0faca682b2736c3...f0d9c3887740aee45f6153b24b3a6b815192ec16) Updates `taiki-e/install-action` from 2.85.11 to 2.86.5 - [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/7f4eb899022d8fe70b20c4f3de697aa85c309026...ba47c86ac325773530516bb756137ac718732518) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: f0d9c3887740aee45f6153b24b3a6b815192ec16 dependency-type: direct:production dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.86.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/android-source-beta-acceptance.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/platform-artifacts.yml | 4 ++-- .github/workflows/vscode-extension.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/android-source-beta-acceptance.yml b/.github/workflows/android-source-beta-acceptance.yml index 0f888ec..46dfdc5 100644 --- a/.github/workflows/android-source-beta-acceptance.yml +++ b/.github/workflows/android-source-beta-acceptance.yml @@ -102,7 +102,7 @@ jobs: targets: aarch64-linux-android - name: Restore Rust cache if: steps.gate.outputs.run == 'true' - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: cache-bin: "false" - name: Build release CLI diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f99d255..842c945 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@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # 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@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2 + - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # 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@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: cache-bin: "false" - name: Workspace tests (Linux) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c5283a4..6e5d2e0 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@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2 + - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: mdbook@0.5.4 fallback: none diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index a867e55..44f7d31 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@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: cache-bin: "false" - name: Install Linux prerequisites diff --git a/.github/workflows/platform-artifacts.yml b/.github/workflows/platform-artifacts.yml index 7b6593a..da221c4 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@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # 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@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: cache-bin: "false" - name: Inspect Xcode prerequisites diff --git a/.github/workflows/vscode-extension.yml b/.github/workflows/vscode-extension.yml index 3756651..0eed995 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@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 if: runner.os == 'Linux' with: cache-bin: "false"