Skip to content

Commit fc93707

Browse files
authored
chore: temporarily set actions/cache version for release action (#1398)
Signed-off-by: David Kwon <[email protected]>
1 parent 743da94 commit fc93707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fi
6161
6262
- name: Cache Operator SDK ${{ env.OPERATOR_SDK_VERSION }}
63-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0
63+
uses: actions/cache@v3.4.3
6464
id: cache-operator-sdk
6565
with:
6666
path: ~/cache
@@ -80,7 +80,7 @@ jobs:
8080
echo "$HOME/bin" >> $GITHUB_PATH
8181
8282
- name: Cache OPM ${{ env.OPM_VERSION }}
83-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0
83+
uses: actions/cache@v3.4.3
8484
id: cache-opm
8585
with:
8686
path: ~/cache

0 commit comments

Comments
 (0)