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

View File

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