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 }}