File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 if : " ! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
1919 steps :
2020 - name : Check out code
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v3
2222 with :
2323 ref : ${{github.event.pull_request.head.sha}}
2424
2828
2929 - name : Set up Go
3030 id : go
31- uses : actions/setup-go@v2
31+ uses : actions/setup-go@v3
3232 with :
3333 go-version : ${{ env.GOLANG_VERSION }}
3434
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Check out code
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
2424 with :
2525 persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
2626 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
3131
3232 - name : Set up Go
3333 id : go
34- uses : actions/setup-go@v2
34+ uses : actions/setup-go@v3
3535 with :
3636 go-version : ${{ env.GOLANG_VERSION }}
3737
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515
1616 steps :
1717 - name : Check out code
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919 with :
2020 fetch-depth : 0 # See: https://goreleaser.com/ci/actions/
2121
2222 - name : Set up Go 1.x
23- uses : actions/setup-go@v2
23+ uses : actions/setup-go@v3
2424 with :
2525 go-version : ${{ env.GOLANG_VERSION }}
2626 id : go
You can’t perform that action at this time.
0 commit comments