File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build-image :
9- runs-on : ubuntu-20.04
9+ runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout application-service source code
1212 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 77jobs :
88 go :
99 name : Check sources
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 env :
1212 OPERATOR_SDK_VERSION : v1.14.0
1313 PR_CHECK : true
2121 with :
2222 fetch-depth : 0
2323 - name : Cache Operator SDK ${{ env.OPERATOR_SDK_VERSION }}
24- uses : actions/cache@v2
24+ uses : actions/cache@v3
2525 id : cache-operator-sdk
2626 with :
2727 path : ~/cache
3939 echo "$HOME/bin" >> $GITHUB_PATH
4040 - name : Cache go modules
4141 id : cache-mod
42- uses : actions/cache@v2
42+ uses : actions/cache@v3
4343 with :
4444 path : ~/go/pkg/mod
4545 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments