Skip to content

Commit

Permalink
Update actions/cache to non-deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
klalumiere committed Jan 7, 2025
1 parent 23b5689 commit 131faab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
shell: bash
run: mkdir .cache
- name: Enable vcpkg cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: .cache
key: vcpkg-${{ matrix.key }}-${{ hashFiles('**/vcpkg.json', '**/vcpkg-configuration.json') }}
Expand Down

0 comments on commit 131faab

Please sign in to comment.