Skip to content

Commit 60e9d78

Browse files
authored
chore: Update actions/cache to v3.4.3 (#1400)
Signed-off-by: David Kwon <[email protected]>
1 parent fc93707 commit 60e9d78

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
-
2727
name: Cache go modules
2828
id: cache-mod
29-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0
29+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
3030
with:
3131
path: ~/go/pkg/mod
3232
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/next-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888

8989
- name: Cache Operator SDK ${{ env.OPERATOR_SDK_VERSION }}
90-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0
90+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
9191
id: cache-operator-sdk
9292
with:
9393
path: ~/cache
@@ -107,7 +107,7 @@ jobs:
107107
echo "$HOME/bin" >> $GITHUB_PATH
108108
109109
- name: Cache OPM ${{ env.OPM_VERSION }}
110-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0
110+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
111111
id: cache-opm
112112
with:
113113
path: ~/cache

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
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@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0
30+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
3131
id: cache-operator-sdk
3232
with:
3333
path: ~/cache
@@ -49,7 +49,7 @@ jobs:
4949
-
5050
name: Cache go modules
5151
id: cache-mod
52-
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.0
52+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
5353
with:
5454
path: ~/go/pkg/mod
5555
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.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/[email protected]
63+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # 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/[email protected]
83+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
8484
id: cache-opm
8585
with:
8686
path: ~/cache

0 commit comments

Comments
 (0)