We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b1683 commit 70910d3Copy full SHA for 70910d3
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Setup cache for ccache files
42
if: ${{ runner.os != 'Windows' }}
43
- uses: actions/cache@v2
+ uses: actions/cache@v4
44
with:
45
path: ${{ env.CCACHE_DIR }}
46
key: ccache_${{ runner.os }}
0 commit comments