Skip to content

Commit 30e893c

Browse files
Update actions/checkout action to v5
1 parent 2ed4930 commit 30e893c

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
@@ -16,7 +16,7 @@ jobs:
1616
# Build both normal version and debug version
1717
debug_write: ["", "debug"]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
# Test all Makefile targets and make sure the ACAP files are created
2121
- name: Build
2222
run: DEBUG_WRITE=${{ matrix.debug_write }} make -j ${{ matrix.builder }}build

.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)