aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-07 19:36:00 +0800
committercrupest <crupest@outlook.com>2022-05-07 19:36:00 +0800
commit71533ce42f23d9d36e92bb315705d91c8b54ec8a (patch)
tree7ae78c11baa6d4bb40f2c4c410f440cff68fa569 /.github
parenta465e2c410c1ae5098d2e073442219bb07a31b9d (diff)
downloadcru-71533ce42f23d9d36e92bb315705d91c8b54ec8a.tar.gz
cru-71533ce42f23d9d36e92bb315705d91c8b54ec8a.tar.bz2
cru-71533ce42f23d9d36e92bb315705d91c8b54ec8a.zip
...
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 97b538ef..8d84ba18 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- name: Restore Cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/.cache/vcpkg/archives
key: vcpkg-${{ runner.os }}
@@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- name: Restore Cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/AppData/Local/vcpkg/archives
key: vcpkg-${{ runner.os }}