File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
RUN : ./hack/ci/run-fedora.sh
75
75
steps :
76
76
- uses : actions/checkout@v3
77
- - uses : actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
77
+ - uses : actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
78
78
with :
79
79
path : |
80
80
~/.vagrant.d/boxes
@@ -111,7 +111,7 @@ jobs:
111
111
RUN : ./hack/ci/run-ubuntu.sh
112
112
steps :
113
113
- uses : actions/checkout@v3
114
- - uses : actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
114
+ - uses : actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
115
115
with :
116
116
path : |
117
117
~/.vagrant.d/boxes
@@ -151,7 +151,7 @@ jobs:
151
151
run : |
152
152
echo "::set-output name=version::$(curl -s https://stable.release.flatcar-linux.net/amd64-usr/current/flatcar_production_vagrant.json | jq '.versions[0].version' | tr -d '".')"
153
153
shell : bash
154
- - uses : actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
154
+ - uses : actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
155
155
with :
156
156
path : |
157
157
~/.vagrant.d/boxes
You can’t perform that action at this time.
0 commit comments