Skip to content

Commit

Permalink
Update actions/cache version to 4.0 (#473)
Browse files Browse the repository at this point in the history
According to GitHub guidelines
  • Loading branch information
hugtalbot authored Dec 18, 2024
1 parent d8b1683 commit 70910d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Setup cache for ccache files
if: ${{ runner.os != 'Windows' }}
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache_${{ runner.os }}
Expand Down

0 comments on commit 70910d3

Please sign in to comment.