Skip to content

Commit 44a1537

Browse files
authored
Update cache version (#35)
1 parent 6e19a88 commit 44a1537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ccache --max-size=1G
3939
4040
- name: Cache ccache files
41-
uses: actions/cache@v1.1.0
41+
uses: actions/cache@v4
4242
with:
4343
path: ${{ env.CCACHE_DIR }}
4444
key: ${{ matrix.config.name }}-ccache-${{ env.CCACHE_STAMP }}

0 commit comments

Comments
 (0)