From 312b529c846b9d1db1f9d149cfa44ac4bc01f06c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:03:35 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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-types-ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ironshield-types-ci-cd.yml b/.github/workflows/ironshield-types-ci-cd.yml index f868c66..2d9e027 100644 --- a/.github/workflows/ironshield-types-ci-cd.yml +++ b/.github/workflows/ironshield-types-ci-cd.yml @@ -28,7 +28,7 @@ jobs: checks: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install system dependencies run: | sudo apt-get update @@ -58,7 +58,7 @@ jobs: name: doc runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install system dependencies run: | sudo apt-get update @@ -91,7 +91,7 @@ jobs: # Nettle doesn't have easy Windows support via vcpkg/chocolatey os: [macos-latest, ubuntu-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install system dependencies (Linux) if: runner.os == 'Linux' run: | @@ -133,7 +133,7 @@ jobs: steps: # Checkout the repository. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }}