We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed4930 commit 30e893cCopy full SHA for 30e893c
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
# Build both normal version and debug version
17
debug_write: ["", "debug"]
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
# Test all Makefile targets and make sure the ACAP files are created
21
- name: Build
22
run: DEBUG_WRITE=${{ matrix.debug_write }} make -j ${{ matrix.builder }}build
.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:
14
fetch-depth: 0
15
0 commit comments