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