From 99260d1426b5976bc268adb9a8d6ea0bce57b0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:41:14 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [release-plz/action](https://github.com/release-plz/action). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [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/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd) Updates `release-plz/action` from 0.5.120 to 0.5.124 - [Release notes](https://github.com/release-plz/action/releases) - [Commits](https://github.com/release-plz/action/compare/487eb7b5c085a664d5c5ca05f4159bd9b591182a...e592230ad39e3ec735402572601fc621aa24355c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: release-plz/action dependency-version: 0.5.124 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/act_build.yml | 4 ++-- .github/workflows/act_build_release.yml | 4 ++-- .github/workflows/act_lint.yml | 8 ++++---- .github/workflows/ci-dev.yml | 2 +- .github/workflows/release-plz-pr.yml | 4 ++-- .github/workflows/release-plz-release.yml | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/act_build.yml b/.github/workflows/act_build.yml index 2a1e2b4..2c4843e 100644 --- a/.github/workflows/act_build.yml +++ b/.github/workflows/act_build.yml @@ -40,7 +40,7 @@ jobs: debug_info: - packed steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Install Rust @@ -107,7 +107,7 @@ jobs: - stable - nightly steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Install Rust diff --git a/.github/workflows/act_build_release.yml b/.github/workflows/act_build_release.yml index 48bf8bd..72ea340 100644 --- a/.github/workflows/act_build_release.yml +++ b/.github/workflows/act_build_release.yml @@ -46,7 +46,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Setup Rust @@ -88,7 +88,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Install Rust toolchain diff --git a/.github/workflows/act_lint.yml b/.github/workflows/act_lint.yml index 6e29917..1322582 100644 --- a/.github/workflows/act_lint.yml +++ b/.github/workflows/act_lint.yml @@ -15,7 +15,7 @@ jobs: security-events: write steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false @@ -53,7 +53,7 @@ jobs: name: Rustfmt runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Install Rust @@ -63,7 +63,7 @@ jobs: cargo-deny: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false @@ -82,7 +82,7 @@ jobs: cargo-about: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 11da522..fdab6eb 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -29,7 +29,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: # Shallow checkouts don't work for merging, so pull in enough history to likely work fetch-depth: 75 diff --git a/.github/workflows/release-plz-pr.yml b/.github/workflows/release-plz-pr.yml index cc768e6..1f75a1e 100644 --- a/.github/workflows/release-plz-pr.yml +++ b/.github/workflows/release-plz-pr.yml @@ -26,7 +26,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: true fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz - uses: release-plz/action@487eb7b5c085a664d5c5ca05f4159bd9b591182a # v0.5.120 + uses: release-plz/action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124 with: command: release-pr env: diff --git a/.github/workflows/release-plz-release.yml b/.github/workflows/release-plz-release.yml index 3c42e7b..6f4e246 100644 --- a/.github/workflows/release-plz-release.yml +++ b/.github/workflows/release-plz-release.yml @@ -23,7 +23,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: true fetch-depth: 0 @@ -31,7 +31,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz - uses: release-plz/action@487eb7b5c085a664d5c5ca05f4159bd9b591182a # v0.5.120 + uses: release-plz/action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124 with: command: release env: