From 34351d8b284a772a9a3f4200d2997a102cc21ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:44:24 +0000 Subject: [PATCH] ci: bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action), [release-plz/action](https://github.com/release-plz/action) and [actions/setup-java](https://github.com/actions/setup-java). Updates `taiki-e/install-action` from 2.86.6 to 2.87.7 - [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/6cd13508893c0e7eab5f273c2575d3859bd7229a...84f5ac3124727fb3d284d4d22ee9ab3654fd09a6) Updates `release-plz/action` from 0.5.131 to 0.5.133 - [Release notes](https://github.com/release-plz/action/releases) - [Commits](https://github.com/release-plz/action/compare/2eb1d8bcb770b4c48ccfaad919734b38b51958c9...aec534bbd8631793b9b3b8f1ee6cd886c322e17f) Updates `actions/setup-java` from 5.7.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/b6effb05e454b25005698d916606bdc6ffcbf961...dd06d9cba3e5552c54d9f8ea23572deb30010f7c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: release-plz/action dependency-version: 0.5.133 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release-plz.yml | 4 ++-- .github/workflows/spec-sync.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ff3d94..68b118f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: components: llvm-tools-preview - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - name: Install cargo-llvm-cov and cargo-nextest - uses: taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a # v2 + uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2 with: tool: cargo-llvm-cov,cargo-nextest - name: Run tests under coverage instrumentation diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 19ccb1c..c6d4f19 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -40,7 +40,7 @@ jobs: id: crates_auth uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 # v1 - name: Run release-plz - uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5 + uses: release-plz/action@aec534bbd8631793b9b3b8f1ee6cd886c322e17f # v0.5 with: command: release env: @@ -68,7 +68,7 @@ jobs: - name: Install stable Rust uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - name: Run release-plz - uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5 + uses: release-plz/action@aec534bbd8631793b9b3b8f1ee6cd886c322e17f # v0.5 with: command: release-pr env: diff --git a/.github/workflows/spec-sync.yml b/.github/workflows/spec-sync.yml index 38e0ed2..9e9fb5f 100644 --- a/.github/workflows/spec-sync.yml +++ b/.github/workflows/spec-sync.yml @@ -45,7 +45,7 @@ jobs: - name: Install Java if: steps.diff.outputs.changed == 'true' - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5 + uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: distribution: temurin java-version: "17" @@ -95,7 +95,7 @@ jobs: steps.diff.outputs.changed == 'true' && steps.regen.outcome == 'success' && steps.verify.outcome == 'success' - uses: taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a # v2 + uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2 with: tool: cargo-semver-checks