From 03ebbab242f60618c938c44d4a08531692b37655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:11:20 +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-api-ci-cd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ironshield-api-ci-cd.yml b/.github/workflows/ironshield-api-ci-cd.yml index 49adf61..e7facce 100644 --- a/.github/workflows/ironshield-api-ci-cd.yml +++ b/.github/workflows/ironshield-api-ci-cd.yml @@ -28,7 +28,7 @@ jobs: checks: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install system dependencies run: | @@ -67,7 +67,7 @@ jobs: name: doc runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install system dependencies run: | @@ -108,7 +108,7 @@ jobs: os: [macos-latest, ubuntu-latest] # os: [macos-latest, windows-latest, ubuntu-latest] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Install system dependencies based on OS. - name: Install system dependencies (Ubuntu) @@ -176,7 +176,7 @@ jobs: steps: # Checkout the repository. - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -246,7 +246,7 @@ jobs: steps: # Checkout the repository at the new version. - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: main @@ -299,7 +299,7 @@ jobs: steps: # Checkout the repository at the new version. - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: main