From 4794843bc4d70eea272c4859115d4ed20bf3a6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:05:01 +0000 Subject: [PATCH] build(deps): 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/test-tasks.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-tasks.yaml b/.github/workflows/test-tasks.yaml index f766625..a2960a4 100644 --- a/.github/workflows/test-tasks.yaml +++ b/.github/workflows/test-tasks.yaml @@ -19,7 +19,7 @@ jobs: outputs: images: ${{ steps.output-images.outputs.images }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: list images id: output-images run: | @@ -36,7 +36,7 @@ jobs: matrix: image: ${{fromJSON(needs.list-apko-images.outputs.images)}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 2 - name: Log in to the Container registry @@ -64,7 +64,7 @@ jobs: outputs: images: ${{ steps.output-images.outputs.images }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: list images id: output-images run: | @@ -81,7 +81,7 @@ jobs: matrix: image: ${{fromJSON(needs.list-images.outputs.images)}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 2 - name: Set up QEMU @@ -138,7 +138,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # instantiate a KinD (Kubernetes in Docker) cluster, installs `kubectl` and configures the # `kubeconfig` to reach the local cluster - uses: helm/kind-action@v1.9.0