From b70a2953f807d1a839622d4392db7e3ae28e7fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:05:17 +0000 Subject: [PATCH] [DPNDBT]: Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- .github/workflows/rust.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index b2ac57c..40411fe 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cache Cargo registry uses: actions/cache@v4 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 52747cf..308d1f0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cache Cargo registry uses: actions/cache@v4 @@ -59,7 +59,7 @@ jobs: needs: ['check'] steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cache Cargo registry uses: actions/cache@v4 @@ -82,7 +82,7 @@ jobs: needs: ['check'] steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cache Cargo registry uses: actions/cache@v4 @@ -105,7 +105,7 @@ jobs: needs: ['check'] steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cache Cargo registry uses: actions/cache@v4 @@ -131,7 +131,7 @@ jobs: continue-on-error: true steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Cache Cargo registry uses: actions/cache@v4