Skip to content

Commit 09d39c8

Browse files
Update actions/checkout action to v5 (#34)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Joakim Roubert <joakimr@axis.com>
1 parent 453c628 commit 09d39c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Build both with Docker and Podman
1515
builder: ["docker", "podman"]
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
# Test all Makefile targets and make sure the ACAP files are created
1919
- name: Build
2020
run: CONTAINER_RUNTIME=${{ matrix.builder }} make -j

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

0 commit comments

Comments
 (0)