We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f27f4 commit 5dc7cbbCopy full SHA for 5dc7cbb
.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@v5
+ - uses: actions/checkout@v6
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@v5
+ uses: actions/checkout@v6
13
with:
fetch-depth: 0
0 commit comments