aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-24 16:04:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-24 16:04:51 +0300
commit7d2f7221b7a98a4bd7b486439abbb4b047796af6 (patch)
tree49536b610ad3821c79f3d1a620351171f1ccbe69 /.github/workflows/ci_appveyor.yml
parentworkflows: fix cache path (diff)
downloadcmake-common-7d2f7221b7a98a4bd7b486439abbb4b047796af6.tar.gz
cmake-common-7d2f7221b7a98a4bd7b486439abbb4b047796af6.zip
workflows: use actions/cache@v2
The v2 tag was finally bumped to v2.1.5 (I needed v2.1.4).
Diffstat (limited to '.github/workflows/ci_appveyor.yml')
-rw-r--r--.github/workflows/ci_appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml
index 26e2e16..3a53e2c 100644
--- a/.github/workflows/ci_appveyor.yml
+++ b/.github/workflows/ci_appveyor.yml
@@ -45,7 +45,7 @@ jobs:
python-version: '3.x'
- name: Cache Boost
- uses: actions/cache@v2.1.4
+ uses: actions/cache@v2
with:
path: '${{ github.workspace }}/examples/build/boost_*.tar.gz'
key: 'boost_${{ env.BOOST_VERSION }}'