diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-24 16:04:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-24 16:04:51 +0300 |
commit | 7d2f7221b7a98a4bd7b486439abbb4b047796af6 (patch) | |
tree | 49536b610ad3821c79f3d1a620351171f1ccbe69 /.github/workflows/basic.yml | |
parent | workflows: fix cache path (diff) | |
download | cmake-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/basic.yml')
-rw-r--r-- | .github/workflows/basic.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 8d8d9f3..0376990 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -47,7 +47,7 @@ jobs: python-version: '3.x' - name: Cache Boost - uses: actions/cache@v2.1.4 + uses: actions/cache@v2 with: path: boost_*.tar.gz key: boost_1.72.0 |