From e42226f780277bfe38ce3747571c1e0090f2a26d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:07:28 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 in /.github/workflows 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/docker-security.yml | 6 +++--- .github/workflows/tests.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-security.yml b/.github/workflows/docker-security.yml index 8a73b07..0366944 100644 --- a/.github/workflows/docker-security.yml +++ b/.github/workflows/docker-security.yml @@ -19,7 +19,7 @@ jobs: steps: - name: ๐Ÿงพ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: ๐Ÿ”จ Build Docker Image run: | @@ -113,7 +113,7 @@ jobs: steps: - name: ๐Ÿงพ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: ๐Ÿ” Run Hadolint (Dockerfile Linter) uses: hadolint/hadolint-action@v3.3.0 @@ -167,7 +167,7 @@ jobs: steps: - name: ๐Ÿงพ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: ๐Ÿ”จ Build Docker Image run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8562cd4..5698374 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: steps: - name: ๐Ÿงพ Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: โš™๏ธ Setup BATS run: ./setup-bats.sh