Skip to content

Commit

Permalink
chore(deps): update all to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 24, 2023
1 parent 15a62a3 commit a4a1fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: codfish/semantic-release-action@v1.9.0
- uses: codfish/semantic-release-action@v2.1.0
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -5,7 +5,7 @@ require (
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/urfave/cli v1.22.5
github.com/urfave/cli/v2 v2.25.0
moul.io/srand v1.6.1
)

Expand Down

0 comments on commit a4a1fd4

Please sign in to comment.