aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_github.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_github.yml')
-rw-r--r--.github/workflows/ci_github.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_github.yml b/.github/workflows/ci_github.yml
index c2907b9..53c47de 100644
--- a/.github/workflows/ci_github.yml
+++ b/.github/workflows/ci_github.yml
@@ -44,7 +44,7 @@ jobs:
python-version: '3.x'
- name: Cache Boost
- uses: actions/cache@v2.1.4
+ uses: actions/cache@v2
with:
path: '${{ runner.workspace }}/build/boost_*.tar.gz'
key: 'boost_${{ env.BOOST_VERSION }}'