From 7d2f7221b7a98a4bd7b486439abbb4b047796af6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 24 Apr 2021 16:04:28 +0300 Subject: workflows: use actions/cache@v2 The v2 tag was finally bumped to v2.1.5 (I needed v2.1.4). --- .github/workflows/ci_appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci_appveyor.yml') 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 }}' -- cgit v1.2.3