Merge pull request #3570 from docker/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
This commit is contained in:
@@ -277,7 +277,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: Cache Vagrant boxes
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ~/.vagrant.d/boxes
|
||||
key: ${{ runner.os }}-vagrant-${{ matrix.os }}-${{ hashFiles(env.VAGRANT_FILE) }}
|
||||
|
||||
Reference in New Issue
Block a user