File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
99
sudo mv /tmp/lvh /bin/lvh
100
100
- name : Load install packages from GitHub cache
101
101
if : ${{ inputs.provision == 'true' && inputs.install-dependencies == 'true' }}
102
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
102
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
103
103
id : package-cache
104
104
with :
105
105
path : /tmp/.ubuntu-pkgs
@@ -135,7 +135,7 @@ runs:
135
135
id : derive-image-name
136
136
shell : bash
137
137
run : echo "image-name=$(echo ${{ inputs.image }} | sed 's/\-ci//g')_$(echo ${{ inputs.image-version }} | sed 's/^\(.*\)\-[0-9.]*\(\-[^-]*\)*\(@sha256:.*\)*$/\1/g')" >> $GITHUB_OUTPUT
138
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
138
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
139
139
if : ${{ inputs.provision == 'true' }}
140
140
id : cache-lvh-image
141
141
with :
You can’t perform that action at this time.
0 commit comments