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:
CrazyMax
2025-12-15 15:49:36 +01:00
committed by GitHub
+1 -1
View File
@@ -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) }}