Skip to content

Commit a5c9663

Browse files
authored
Merge pull request #4655 from containerd/dependabot/github_actions/actions/cache-5.0.1
build(deps): bump actions/cache from 5.0.0 to 5.0.1
2 parents 33bfe91 + b785378 commit a5c9663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/job-test-in-lima.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: lima-actions-setup
4040

4141
- name: "Init: Cache"
42-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
42+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4343
with:
4444
path: ~/.cache/lima
4545
key: lima-${{ steps.lima-actions-setup.outputs.version }}

.github/workflows/job-test-in-vagrant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 1
2626

2727
- name: "Init: setup cache"
28-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
28+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2929
with:
3030
path: /root/.vagrant.d
3131
key: vagrant

0 commit comments

Comments
 (0)