We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453c628 commit 09d39c8Copy full SHA for 09d39c8
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
# Build both with Docker and Podman
15
builder: ["docker", "podman"]
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
# Test all Makefile targets and make sure the ACAP files are created
19
- name: Build
20
run: CONTAINER_RUNTIME=${{ matrix.builder }} make -j
.github/workflows/super-linter.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
- name: Checkout Code
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
with:
fetch-depth: 0
0 commit comments