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 6e19a88 commit 44a1537Copy full SHA for 44a1537
.github/workflows/build_test_20.yml
@@ -38,7 +38,7 @@ jobs:
38
ccache --max-size=1G
39
40
- name: Cache ccache files
41
- uses: actions/cache@v1.1.0
+ uses: actions/cache@v4
42
with:
43
path: ${{ env.CCACHE_DIR }}
44
key: ${{ matrix.config.name }}-ccache-${{ env.CCACHE_STAMP }}
0 commit comments