Skip to content

Commit 70910d3

Browse files
authored
Update actions/cache version to 4.0 (#473)
According to GitHub guidelines
1 parent d8b1683 commit 70910d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Setup cache for ccache files
4242
if: ${{ runner.os != 'Windows' }}
43-
uses: actions/cache@v2
43+
uses: actions/cache@v4
4444
with:
4545
path: ${{ env.CCACHE_DIR }}
4646
key: ccache_${{ runner.os }}

0 commit comments

Comments
 (0)