This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 docker-build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2.4.0
14+ - uses : actions/checkout@v3.0.2
1515 - name : Build the Docker image
1616 run : docker build . --file Dockerfile
1717 golangci-lint :
1818 name : golangci-lint
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v2.4.0
21+ - uses : actions/checkout@v3.0.2
2222 - name : lint
2323 uses : golangci/golangci-lint-action@v3.2.0
2424 with :
7171# - 1.13
7272 - 1.14
7373 steps :
74- - uses : actions/checkout@v2.4.0
74+ - uses : actions/checkout@v3.0.2
7575 - name : Install Go
76- uses : actions/setup-go@v2
76+ uses : actions/setup-go@v3
7777 with :
7878 go-version : ${{ matrix.golang }}
7979 - uses : actions/cache@v3.0.4
Original file line number Diff line number Diff line change 66 semantic-release :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2.4.0
10- - uses : codfish/semantic-release-action@v1
9+ - uses : actions/checkout@v3.0.2
10+ - uses : codfish/semantic-release-action@v2
1111 if : github.ref == 'refs/heads/master'
1212 env :
1313 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments