Skip to content

Commit ab3ec13

Browse files
Update actions/cache action to v4.3.0 (#8343)
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.2.4 | v4.3.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Venktesh Shivam Patel <[email protected]>
1 parent 5553098 commit ab3ec13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
chmod 600 $HOME/.netrc
149149
150150
- name: Fetch Cached Artifacts
151-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
151+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
152152
with:
153153
path: ${{ github.workspace }}/dist
154154
key: nginx-ingress-${{ inputs.go-md5 }}

0 commit comments

Comments
 (0)