From c3712f5fa39fcc43577747ba60cefe80da9a4ad2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 28 Apr 2021 16:12:07 +0300 Subject: workflows/test: use cache@v2 v2 has been bumped to v2.1.5 finally, which includes a necessary bugfix. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43d9c92..74eebc3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v2 - name: Cache Boost - uses: actions/cache@v2.1.4 + uses: actions/cache@v2 with: path: '${{ runner.workspace }}/boost_*.tar.gz' key: 'boost-${{ matrix.version }}' @@ -103,7 +103,7 @@ jobs: uses: actions/checkout@v2 - name: Cache Boost - uses: actions/cache@v2.1.4 + uses: actions/cache@v2 with: path: '${{ runner.workspace }}/boost_*.tar.gz' key: 'boost-${{ matrix.version }}' -- cgit v1.2.3