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 916a849 commit d28b93fCopy full SHA for d28b93f
.github/workflows/clang-tidy.yml
@@ -12,7 +12,7 @@ jobs:
12
clang_tidy:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
submodules: true
.github/workflows/default.yml
build_and_lint:
@@ -23,7 +23,7 @@ jobs:
23
- name: Install deps
24
run: sudo apt install cppcheck ccache
25
26
- - uses: actions/cache@v3.3.1
+ - uses: actions/cache@v4
27
id: ccache-persistence
28
29
path: ~/.ccache
0 commit comments