Skip to content

Commit 150cc83

Browse files
authored
Merge pull request #3570 from docker/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 590adce + 8dcf7f3 commit 150cc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
uses: actions/checkout@v6
278278
-
279279
name: Cache Vagrant boxes
280-
uses: actions/cache@v4
280+
uses: actions/cache@v5
281281
with:
282282
path: ~/.vagrant.d/boxes
283283
key: ${{ runner.os }}-vagrant-${{ matrix.os }}-${{ hashFiles(env.VAGRANT_FILE) }}

0 commit comments

Comments
 (0)