From ad14533d79cd6ebd75a6de3185ad14b25fa8dc03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 04:44:10 +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/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action). Updates `taiki-e/setup-cross-toolchain-action` from 1.32.1 to 1.37.1 - [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases) - [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/setup-cross-toolchain-action/compare/84e58a47fc2bcd3821a2aa8c153595bbffb0e10f...d30d20f04a3b09718e138524795d0d6ab7703dcb) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `MarcoIeni/release-plz-action` from 0.5.120 to 0.5.121 - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](https://github.com/marcoieni/release-plz-action/compare/487eb7b5c085a664d5c5ca05f4159bd9b591182a...5ab144c9d67d4346240190d0f95ed08668677928) --- updated-dependencies: - dependency-name: taiki-e/setup-cross-toolchain-action dependency-version: 1.37.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: MarcoIeni/release-plz-action dependency-version: 0.5.121 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_binaries.yml | 2 +- .github/workflows/presubmit.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index a3a421d0..761e202d 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -51,7 +51,7 @@ jobs: with: inherit-toolchain: true bins: cross - - uses: taiki-e/setup-cross-toolchain-action@84e58a47fc2bcd3821a2aa8c153595bbffb0e10f + - uses: taiki-e/setup-cross-toolchain-action@d30d20f04a3b09718e138524795d0d6ab7703dcb with: target: ${{ matrix.target }} if: startsWith(matrix.os, 'ubuntu') && !contains(matrix.target, '-musl') diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 34ec7da9..71958ad3 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -14,7 +14,7 @@ jobs: - run: SHPOOL_LEAVE_TEST_LOGS=true cargo test --all-features - name: Archive Logs if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 id: artifact-upload-step with: name: test-logs diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1d5ac070..08e00176 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: with: bins: cross - name: Run release-plz - uses: MarcoIeni/release-plz-action@487eb7b5c085a664d5c5ca05f4159bd9b591182a + uses: MarcoIeni/release-plz-action@5ab144c9d67d4346240190d0f95ed08668677928 env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}