We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7abef20 + 1a1493b commit f650e7dCopy full SHA for f650e7d
2 files changed
.github/workflows/job-test-in-lima.yml
@@ -39,7 +39,7 @@ jobs:
39
id: lima-actions-setup
40
41
- name: "Init: Cache"
42
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
43
with:
44
path: ~/.cache/lima
45
key: lima-${{ steps.lima-actions-setup.outputs.version }}
.github/workflows/job-test-in-vagrant.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 1
26
27
- name: "Init: setup cache"
28
29
30
path: /root/.vagrant.d
31
key: vagrant
0 commit comments