Skip to content

Commit d65353c

Browse files
committed
newer github actions versions
1 parent c284487 commit d65353c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: sudo apt-get install --yes zstd libzstd-dev
9494

9595
- name: Load ccache
96-
uses: actions/cache@v2
96+
uses: actions/cache@v4
9797
with:
9898
path: .ccache
9999
key: ${{ runner.os }}-${{ matrix.name }}-ccache-${{ github.ref }}-${{ github.run_number }}

.github/workflows/clang-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
build_type: Release
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838
with:
3939
path: src
4040
fetch-depth: 2

0 commit comments

Comments
 (0)