Skip to content

Commit d28b93f

Browse files
committed
ci: update workflow versions (checkout and cache)
1 parent 916a849 commit d28b93f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
clang_tidy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
submodules: true

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build_and_lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
submodules: true
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install deps
2424
run: sudo apt install cppcheck ccache
2525

26-
- uses: actions/cache@v3.3.1
26+
- uses: actions/cache@v4
2727
id: ccache-persistence
2828
with:
2929
path: ~/.ccache

0 commit comments

Comments
 (0)