File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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') }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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') }}
Original file line number Diff line number Diff line change 6060 fi
6161
6262 - name : Cache Operator SDK ${{ env.OPERATOR_SDK_VERSION }}
63- 63+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
6464 id : cache-operator-sdk
6565 with :
6666 path : ~/cache
8080 echo "$HOME/bin" >> $GITHUB_PATH
8181
8282 - name : Cache OPM ${{ env.OPM_VERSION }}
83- 83+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3
8484 id : cache-opm
8585 with :
8686 path : ~/cache
You can’t perform that action at this time.
0 commit comments