Skip to content

Commit aeac380

Browse files
authored
Merge pull request #3967 from containerd/dependabot/github_actions/actions/cache-4.2.2
build(deps): bump actions/cache from 4.2.1 to 4.2.2
2 parents 088fe02 + 121c656 commit aeac380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ jobs:
452452
rm -f "${FILE}"
453453
# Export LIMA_VERSION For the GHA cache key
454454
echo "LIMA_VERSION=${LIMA_VERSION}" >>$GITHUB_ENV
455-
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
455+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
456456
with:
457457
path: ~/.cache/lima
458458
key: lima-${{ env.LIMA_VERSION }}

0 commit comments

Comments
 (0)