Skip to content

Commit b98bae7

Browse files
authored
Merge pull request #17 from mosfet80/patch-2
Update clang_format.yml
2 parents ff2b8ee + f6b9202 commit b98bae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang_format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
CLANG_FORMAT_CHECK: file
2424
CLANG_FORMAT_VERSION: 8
2525
steps:
26-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v4
2727

2828
- name: Free Disk Space
2929
run: |
@@ -41,7 +41,7 @@ jobs:
4141
message("::set-output name=timestamp::${current_date}")
4242
4343
- name: ccache cache files
44-
uses: actions/cache@v1.1.0
44+
uses: actions/cache@v4
4545
with:
4646
path: ${{ env.CI_NAME }}/.ccache
4747
key: ${{ env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}

0 commit comments

Comments
 (0)