File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 go-version : ${{ matrix.go-version }}
2222 - name : Checkout code
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
2424 - name : Install dependencies
2525 run : |
2626 go version
4040 with :
4141 go-version : ${{ matrix.go-version }}
4242 - name : Checkout code
43- uses : actions/checkout@v2
43+ uses : actions/checkout@v3
4444 - name : Install dependencies
4545 run : |
4646 go install golang.org/x/lint/golint@latest
5454 git_diff : ${{ steps.output.outputs.git_diff }}
5555 steps :
5656 - name : Checkout repository
57- uses : actions/checkout@v2
57+ uses : actions/checkout@v3
5858 with :
5959 fetch-depth : 0
6060 - name : Check Diff
Original file line number Diff line number Diff line change 1919 with :
2020 go-version : ${{ matrix.go-version }}
2121 - name : Checkout code
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v3
2323 - name : Install dependencies
2424 run : |
2525 go version
3939 with :
4040 go-version : ${{ matrix.go-version }}
4141 - name : Checkout code
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v3
4343 - name : Install dependencies
4444 run : |
4545 go install golang.org/x/lint/golint@latest
5151 runs-on : ubuntu-latest
5252 needs : [test, lint]
5353 steps :
54- - uses : actions/checkout@v2
54+ - uses : actions/checkout@v3
5555 - uses : actions/setup-go@v2
5656 with :
5757 go-version : ' 1.17'
7575 git_diff : ${{ steps.output.outputs.git_diff }}
7676 steps :
7777 - name : Checkout repository
78- uses : actions/checkout@v2
78+ uses : actions/checkout@v3
7979 with :
8080 fetch-depth : 0
8181 - name : Check Diff
9898 outputs :
9999 version : ${{ steps.release.outputs.version }}
100100 steps :
101- - uses : actions/checkout@v2
101+ - uses : actions/checkout@v3
102102 - uses : go-semantic-release/action@v1
103103 id : release
104104 with :
@@ -122,7 +122,7 @@ jobs:
122122 - goarch : arm64
123123 goos : windows
124124 steps :
125- - uses : actions/checkout@v2
125+ - uses : actions/checkout@v3
126126 - uses : wangyoucao577/go-release-action@v1.35
127127 with :
128128 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2121 - goarch : arm64
2222 goos : windows
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 - name : Set BUILD_VERSION env
2626 run : echo "RELEASE_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
2727 - uses : wangyoucao577/go-release-action@v1.35
You can’t perform that action at this time.
0 commit comments