File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ executors:
1414 - image : docker:18.06.3-ce-git
1515
1616orbs :
17- codecov : codecov/codecov@1.0.5
17+ codecov : codecov/codecov@5.4.3
1818 moul : moul/build@1.5.0
1919 retry : moul/retry@0.6.0
20- docker : circleci/docker@0.5.13
20+ docker : circleci/docker@3.0.1
2121 # dl: moul/dl@1.7.0
2222 tools : gotest/tools@0.0.9
2323
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@master
10- - uses : codfish/semantic-release-action@v1.9.0
10+ - uses : codfish/semantic-release-action@v4.0.1
1111 if : github.ref == 'refs/heads/master'
1212 env :
1313 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ require (
99 golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
1010 golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
1111 gopkg.in/square/go-jose.v2 v2.6.0
12- gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
12+ gopkg.in/urfave/cli.v3 v3.5.0
1313)
You can’t perform that action at this time.
0 commit comments