From 5c2f86619ed54fb9b39c0302fb3add9702fa05a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:41:30 +0000 Subject: [PATCH] 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/ironshield-cli-ci-cd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ironshield-cli-ci-cd.yml b/.github/workflows/ironshield-cli-ci-cd.yml index 4590bbd..6e9defb 100644 --- a/.github/workflows/ironshield-cli-ci-cd.yml +++ b/.github/workflows/ironshield-cli-ci-cd.yml @@ -28,7 +28,7 @@ jobs: checks: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Rust stable uses: dtolnay/rust-toolchain@stable with: @@ -54,7 +54,7 @@ jobs: name: doc runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Rust nightly uses: dtolnay/rust-toolchain@nightly - name: Cache Cargo dependencies @@ -81,7 +81,7 @@ jobs: matrix: os: [macos-latest, windows-latest, ubuntu-latest] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Rust uses: dtolnay/rust-toolchain@stable @@ -117,7 +117,7 @@ jobs: steps: # Checkout the repository. - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -197,7 +197,7 @@ jobs: steps: # Checkout the repository at the new tag - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: v${{ needs.bump.outputs.new_version }} @@ -252,7 +252,7 @@ jobs: steps: # Checkout the repository at the new tag - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: v${{ needs.bump.outputs.new_version }}