We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53503bb commit afa2403Copy full SHA for afa2403
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
- name: Install dependencies
20
# pcre is a dependency of cppcheck
21
run: |
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
22
with:
23
fetch-depth: 2
24
0 commit comments