Skip to content

Commit e0efb4b

Browse files
fix(deps): update all to v3
1 parent 0178de3 commit e0efb4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10-
- uses: codfish/semantic-release-action@v1
10+
- uses: codfish/semantic-release-action@v3
1111
if: github.ref == 'refs/heads/master'
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module moul.io/guilhunize
33
go 1.13
44

55
require (
6-
gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
6+
gopkg.in/urfave/cli.v3 v3.3.8
77
moul.io/srand v1.4.0
88
)

0 commit comments

Comments
 (0)