summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSora Morimoto <sora@morimoto.io>2020-07-15 07:24:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-15 15:57:16 +0900
commit48ba9b6106949f042b12a85c851b785f1e430eca (patch)
tree093d44a9198e454325804b29c926eaef8b76c724 /.github
parentc25d249e63e74499a017330e4281d934911365d4 (diff)
Update actions/cache from v1 to v2
Signed-off-by: Sora Morimoto <sora@morimoto.io>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3319
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 2f1f3a7570..9c6b81d1d2 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -13,7 +13,7 @@ jobs:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
with:
path: C:\vcpkg\downloads
key: ${{ runner.os }}-vcpkg-download-${{ matrix.os }}-${{ github.sha }}
@@ -23,7 +23,7 @@ jobs:
- name: Install libraries with vcpkg
run: |
vcpkg --triplet x64-windows install readline zlib
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
with:
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey
key: ${{ runner.os }}-chocolatey-${{ matrix.os }}-${{ github.sha }}