Merge pull request #9670 from containerd/dependabot/github_actions/actions/cache-4

build(deps): bump actions/cache from 3 to 4
This commit is contained in:
Phil Estes 2024-01-26 15:59:59 +00:00 committed by GitHub
commit 939a98abdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -600,7 +600,7 @@ jobs:
cat /proc/cpuinfo cat /proc/cpuinfo
free -mt free -mt
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/cache@v3 - uses: actions/cache@v4
with: with:
path: /root/.vagrant.d path: /root/.vagrant.d
key: vagrant-${{ matrix.box }} key: vagrant-${{ matrix.box }}