Skip to content

Commit f650e7d

Browse files
authored
Merge pull request #4798 from containerd/dependabot/github_actions/actions/cache-5.0.4
build(deps): bump actions/cache from 5.0.3 to 5.0.4
2 parents 7abef20 + 1a1493b commit f650e7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
42+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
28+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2929
with:
3030
path: /root/.vagrant.d
3131
key: vagrant

0 commit comments

Comments
 (0)