Skip to content

Commit 3b8d9d3

Browse files
[.github/workflows] Update actions/cache action to v5
1 parent 6bb6032 commit 3b8d9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Cache CRDs
2929
id: crd
30-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
30+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3131
with:
3232
path: .crd
3333
key: crd-${{ hashFiles('./scripts/setup-crd.sh') }}

0 commit comments

Comments
 (0)