From 994798d2d42bb8bd1d5b8b0f65814c0d11a1b1c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:16:06 +0000 Subject: [PATCH] chore: 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/docker.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/tagging.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e43f5d6..63f9a6b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set Tag Names run: | echo "TAG=${{ github.head_ref || github.ref_name }}" >> $GITHUB_ENV @@ -99,7 +99,7 @@ jobs: - name: Create k8s Kind Cluster uses: helm/kind-action@v1.13.0 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run K8s test run: | kubectl cluster-info diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7dcc013..5f84f07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Fetch remote tags run: git fetch origin +refs/tags/*:refs/tags/* - name: Set Tag Value diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index dcb2a76..8850ef2 100644 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -23,7 +23,7 @@ jobs: if: ${{ contains(github.ref, 'main') }} steps: - name: Check out repository code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Fetch remote tags run: git fetch origin +refs/tags/*:refs/tags/* - name: Set Tag Value