From 4d84160992d5c0098fd5921405e2fb3ee6685dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:13:24 +0000 Subject: [PATCH] ci(actions): bump the actions-minor group with 2 updates Bumps the actions-minor group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [release-plz/action](https://github.com/release-plz/action). Updates `taiki-e/install-action` from 2.83.2 to 2.83.4 - [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/43aecc8d72668fbcfe75c31400bc4f890f1c5853...07b4745e0c39a41822af610387492e3e53aa222b) Updates `release-plz/action` from 0.5.130 to 0.5.131 - [Release notes](https://github.com/release-plz/action/releases) - [Commits](https://github.com/release-plz/action/compare/e8792575c7f2366cf6ff3ccc33ead9ace5b691c7...2eb1d8bcb770b4c48ccfaad919734b38b51958c9) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.83.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: release-plz/action dependency-version: 0.5.131 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crates-publish.yml | 2 +- .github/workflows/mutants.yml | 4 ++-- .github/workflows/release-plz.yml | 6 +++--- .github/workflows/release-verify.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rust.yml | 2 +- .github/workflows/third-party-notices.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/crates-publish.yml b/.github/workflows/crates-publish.yml index ea1397e9..7c729a07 100644 --- a/.github/workflows/crates-publish.yml +++ b/.github/workflows/crates-publish.yml @@ -114,7 +114,7 @@ jobs: # publish has no baseline). Excludes mkit-cli (unstable CLI-internal lib # surface, intentionally unguarded) and mkit-wasm (npm-only, publish=false). - name: Install cargo-semver-checks - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2 with: tool: cargo-semver-checks diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index d90ea80f..9460801b 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -91,7 +91,7 @@ jobs: run: cargo install cargo-mutants --locked - name: Install cargo-nextest - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2 with: tool: cargo-nextest @@ -152,7 +152,7 @@ jobs: run: cargo install cargo-mutants --locked - name: Install cargo-nextest - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2 with: tool: cargo-nextest diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 90a82d30..dbb5e2b6 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -82,7 +82,7 @@ jobs: private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }} - name: Run release-plz release - uses: release-plz/action@e8792575c7f2366cf6ff3ccc33ead9ace5b691c7 # v0.5.130 + uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5.131 with: command: release manifest_path: rust/Cargo.toml @@ -125,7 +125,7 @@ jobs: # release-plz runs cargo-semver-checks (semver_check = true) to diff the # public API against the previous tag and propose the right version bump. - name: Install cargo-semver-checks - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2 with: tool: cargo-semver-checks @@ -137,7 +137,7 @@ jobs: private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }} - name: Run release-plz release-pr - uses: release-plz/action@e8792575c7f2366cf6ff3ccc33ead9ace5b691c7 # v0.5.130 + uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5.131 with: command: release-pr manifest_path: rust/Cargo.toml diff --git a/.github/workflows/release-verify.yml b/.github/workflows/release-verify.yml index e21431ba..abee7f30 100644 --- a/.github/workflows/release-verify.yml +++ b/.github/workflows/release-verify.yml @@ -76,7 +76,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Install cargo-binstall - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2 with: tool: cargo-binstall diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ebe4390..a152206a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -482,7 +482,7 @@ jobs: # same way the cargo-nextest/cargo-semver-checks installs above do, so # this job never compiles cargo-about from source. - name: Install cargo-about - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2 with: tool: cargo-about@0.9.1 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5f40a392..6e79a918 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -111,7 +111,7 @@ jobs: # cosign-signed prebuilt binary from the cargo-nextest release. - name: Install cargo-nextest if: env.SHOULD_RUN == 'true' - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2 with: tool: cargo-nextest diff --git a/.github/workflows/third-party-notices.yml b/.github/workflows/third-party-notices.yml index 174d176d..2222510a 100644 --- a/.github/workflows/third-party-notices.yml +++ b/.github/workflows/third-party-notices.yml @@ -81,7 +81,7 @@ jobs: fetch-depth: 0 - name: Install cargo-about - uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2 with: tool: cargo-about@0.9.1