Skip to content

Commit 9adb635

Browse files
chore(deps): update actions/cache action to v4.2.3
Signed-off-by: renovate[bot] <[email protected]>
1 parent e58553a commit 9adb635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runs:
9999
sudo mv /tmp/lvh /bin/lvh
100100
- name: Load install packages from GitHub cache
101101
if: ${{ inputs.provision == 'true' && inputs.install-dependencies == 'true' }}
102-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
102+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
103103
id: package-cache
104104
with:
105105
path: /tmp/.ubuntu-pkgs
@@ -135,7 +135,7 @@ runs:
135135
id: derive-image-name
136136
shell: bash
137137
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
139139
if: ${{ inputs.provision == 'true' }}
140140
id: cache-lvh-image
141141
with:

0 commit comments

Comments
 (0)