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 fb98c46 commit 0769e8fCopy full SHA for 0769e8f
.github/workflows/cpp-linter.yml
@@ -13,7 +13,7 @@ jobs:
13
cpp-linter:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: cpp-linter/cpp-linter-action@main
18
id: linter
19
continue-on-error: true
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
re-tag:
20
21
22
23
with:
24
fetch-depth: 0
25
ref: ${{ inputs.ref }}
.github/workflows/self-test.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ${{ matrix.os }}
37
38
- name: Checkout
39
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
40
41
- name: Cache the build artifacts
42
id: cache-build
0 commit comments