aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/boost_toolsets.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/boost_toolsets.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/boost_toolsets.yml b/.github/workflows/boost_toolsets.yml
index 8653316..876d0e7 100644
--- a/.github/workflows/boost_toolsets.yml
+++ b/.github/workflows/boost_toolsets.yml
@@ -111,13 +111,13 @@ jobs:
uses: actions/checkout@v2
- name: Cache Boost
- uses: actions/cache@v2
+ uses: actions/cache@v2.1.4
with:
path: '${{ runner.workspace }}/boost/boost_*.tar.gz'
- key: '${{ runner.os }}-boost-${{ matrix.boost-version }}'
+ key: 'boost-${{ matrix.boost-version }}'
- name: Clean up PATH
- uses: egor-tensin/cleanup-path@v1
+ uses: egor-tensin/cleanup-path@v2
if: runner.os == 'Windows'
- name: Set common variables