Skip to content

Commit

Permalink
.github/release.yaml: point to latest actions and go-release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda authored Oct 30, 2023
1 parent 5aa943f commit a8d7dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.22
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1.40
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
extra_files: LICENSE README.md
extra_files: LICENSE README.md

0 comments on commit a8d7dc9

Please sign in to comment.