Skip to content

Commit f2e5e45

Browse files
authored
Merge pull request #4025 from containerd/dependabot/github_actions/actions/cache-4.2.3
build(deps): bump actions/cache from 4.2.2 to 4.2.3
2 parents f48f720 + 3bb5bed commit f2e5e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ jobs:
396396
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
397397
with:
398398
fetch-depth: 1
399-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
399+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
400400
with:
401401
path: /root/.vagrant.d
402402
key: vagrant-${{ matrix.box }}
@@ -444,7 +444,7 @@ jobs:
444444
fetch-depth: 1
445445
- uses: lima-vm/lima-actions/setup@be564a1408f84557d067b099a475652288074b2e # v1.0.0
446446
id: lima-actions-setup
447-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
447+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
448448
with:
449449
path: ~/.cache/lima
450450
key: lima-${{ steps.lima-actions-setup.outputs.version }}

0 commit comments

Comments
 (0)