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 driver-opts: image=moby/buildkit:master
- -
name: Cache Docker layers name: Cache Docker layers
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }} key: ${{ runner.os }}-buildx-${{ github.sha }}

View File

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

View File

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

View File

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