Skip to content

Commit

Permalink
ci: update actions/cache to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Nov 9, 2022
1 parent 5f9dc98 commit 1d89b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Mount vcpkg cache
if: matrix.dependencies == 'vcpkg'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: "~/.cache/vcpkg/archives"
key: vcpkg-${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v3

- name: Mount vcpkg cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: "~/.cache/vcpkg/archives"
key: vcpkg-${{ runner.os }}
Expand Down

0 comments on commit 1d89b2d

Please sign in to comment.