From 0afc8ab1bcb4c383f7271f0d92601fbc83037845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:07:46 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..4090b44 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@v5 - 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@v5 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..e9a2dcd 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@v5 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@v5 with: fetch-depth: 0 - name: Run action diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8cf2bca..fbc81e6 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@v5 with: fetch-depth: 0 # All history + tags - name: Run action