From 8bab7f53b02db7d5e82128bc9739ecee5adc5f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:28:38 +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: [actions/checkout](https://github.com/actions/checkout), [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) and [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) Updates `taiki-e/setup-cross-toolchain-action` from 1.41.0 to 1.42.0 - [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/3d9770ce98eb7dbcf378563182a5e8031165f75b...12b7ad4acfa95a1476779d6c06699b96ec1691f8) Updates `MarcoIeni/release-plz-action` from 0.5.130 to 0.5.131 - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](https://github.com/marcoieni/release-plz-action/compare/e8792575c7f2366cf6ff3ccc33ead9ace5b691c7...2eb1d8bcb770b4c48ccfaad919734b38b51958c9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: taiki-e/setup-cross-toolchain-action dependency-version: 1.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: MarcoIeni/release-plz-action dependency-version: 0.5.131 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_binaries.yml | 4 ++-- .github/workflows/nightly.yml | 2 +- .github/workflows/presubmit.yml | 10 +++++----- .github/workflows/publish.yml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 223b97ca..6a2a8ec9 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -45,13 +45,13 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Install Rust toolchain uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: inherit-toolchain: true bins: cross - - uses: taiki-e/setup-cross-toolchain-action@3d9770ce98eb7dbcf378563182a5e8031165f75b + - uses: taiki-e/setup-cross-toolchain-action@12b7ad4acfa95a1476779d6c06699b96ec1691f8 with: target: ${{ matrix.target }} if: startsWith(matrix.os, 'ubuntu') && !contains(matrix.target, '-musl') diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 4cd27b8d..3f824336 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -8,7 +8,7 @@ jobs: name: cargo deny --all-features check runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: inherit-toolchain: true diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 11555606..299d9964 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -10,7 +10,7 @@ jobs: os: [ubuntu-22.04, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: inherit-toolchain: true @@ -36,7 +36,7 @@ jobs: # name: cargo +nightly miri test # runs-on: ubuntu-22.04 # steps: - # - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + # - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # - uses: moonrepo/setup-rust@b8edcc56aab474d90c7cf0bb8beeaf8334c15e9f # with: # components: miri @@ -48,7 +48,7 @@ jobs: name: cargo +nightly fmt -- --check runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: components: rustfmt @@ -60,7 +60,7 @@ jobs: name: cargo +nightly cranky --all-targets -- -D warnings runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: components: clippy @@ -73,7 +73,7 @@ jobs: name: cargo deny --all-features check licenses runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Install Rust toolchain uses: moonrepo/setup-rust@abb2d32350334249b178c401e5ec5836e0cd88d3 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f3f670be..f35e0f00 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: app-id: ${{ secrets.RELEASE_PLZ_APP_ID }} # <-- GitHub App ID secret name private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }} # <-- GitHub App private key secret name - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: fetch-depth: 0 - name: Install Rust toolchain @@ -31,7 +31,7 @@ jobs: with: bins: cross - name: Run release-plz - uses: MarcoIeni/release-plz-action@e8792575c7f2366cf6ff3ccc33ead9ace5b691c7 + uses: MarcoIeni/release-plz-action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}