We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cac11 commit 6fa6be8Copy full SHA for 6fa6be8
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
fi
61
62
- name: Cache Operator SDK ${{ env.OPERATOR_SDK_VERSION }}
63
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0
+ uses: actions/cache@v3.4.3
64
id: cache-operator-sdk
65
with:
66
path: ~/cache
@@ -80,7 +80,7 @@ jobs:
80
echo "$HOME/bin" >> $GITHUB_PATH
81
82
- name: Cache OPM ${{ env.OPM_VERSION }}
83
84
id: cache-opm
85
86
0 commit comments