Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/test-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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
Expand Down Expand Up @@ -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/[email protected]
Expand Down