Bump actions/cache from 2 to 3 (#1595)

This commit is contained in:
dependabot[bot]
2022-09-12 14:15:41 +00:00
committed by GitHub
parent cf2ffa3d26
commit 6775bf81b6
4 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ jobs:
libvirt-dev \
libz-dev \
;
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
@@ -86,13 +86,13 @@ jobs:
# add user to group
sudo usermod -a -G libvirt $USER
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/.vagrant.d/boxes
key: ${{ runner.os }}-${{ env.VAGRANT_VERSION }}