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:
commit
939a98abdc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user