Skip to content

Commit 7074be2

Browse files
authored
Merge pull request #1403 from tolusha/fixprcheck
chore: Update actions/cache to v4
2 parents b810444 + 386096c commit 7074be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

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

2828
-
2929
name: Cache Operator SDK ${{ env.OPERATOR_SDK_VERSION }}
30-
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
30+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3131
id: cache-operator-sdk
3232
with:
3333
path: ~/cache

0 commit comments

Comments
 (0)