Skip to content

Commit 645e11a

Browse files
authored
Merge pull request #4524 from containerd/dependabot/github_actions/actions/cache-4.3.0
build(deps): bump actions/cache from 4.2.4 to 4.3.0
2 parents 895a9eb + 01076c1 commit 645e11a

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
@@ -35,7 +35,7 @@ jobs:
3535
id: lima-actions-setup
3636

3737
- name: "Init: Cache"
38-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
38+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3939
with:
4040
path: ~/.cache/lima
4141
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
28+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2929
with:
3030
path: /root/.vagrant.d
3131
key: vagrant

0 commit comments

Comments
 (0)