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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -59,7 +59,7 @@ jobs:
driver-opts: image=moby/buildkit:master
-
name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}

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 }}

View File

@ -67,7 +67,7 @@ jobs:
-
name: Cache Github API requests
id: cache-changelog-api-requests
uses: actions/cache@v2
uses: actions/cache@v3
with:
key: github-changelog-cache
path: .github_changelog_generator_cache

View File

@ -73,7 +73,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libvirt-dev
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}