From 48ba9b6106949f042b12a85c851b785f1e430eca Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Wed, 15 Jul 2020 07:24:06 +0900 Subject: Update actions/cache from v1 to v2 Signed-off-by: Sora Morimoto --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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 }} -- cgit v1.2.1