From e1ad9de08b42bb49371a3d91954fbf1dbf9719ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:02:07 +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/ci.yml | 4 ++-- .github/workflows/post-deploy-test.yml | 4 ++-- .github/workflows/test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1921c94..892f891 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: concurrency: registries steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Docker meta id: meta uses: docker/metadata-action@v5 @@ -121,7 +121,7 @@ jobs: concurrency: github-pages steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Run action diff --git a/.github/workflows/post-deploy-test.yml b/.github/workflows/post-deploy-test.yml index d9e3d66..c186257 100644 --- a/.github/workflows/post-deploy-test.yml +++ b/.github/workflows/post-deploy-test.yml @@ -13,7 +13,7 @@ jobs: name: Test on GitHub Container Registry runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Run action @@ -33,7 +33,7 @@ jobs: name: Test on Docker Hub runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Run action diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8cf2bca..2ca6092 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: hide-repository: [true, false] title: ['', 'Ok_?@ sadadsa 😁'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 # All history + tags - name: Run action