Skip to content

Commit

Permalink
feat: update github actions (#192)
Browse files Browse the repository at this point in the history
- golangci/golangci-lint-action v4 -> v6
- goreleaser/goreleaser-action v4 -> v5
- peaceiris/actions-gh-pages v3 -> v4
  • Loading branch information
juev authored May 7, 2024
1 parent 262f7cd commit 218238b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
version: latest
-
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: latest
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
version: 'mod'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Push (overwrite) golang-tags.json file to orphan branchname: json
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
Expand Down

0 comments on commit 218238b

Please sign in to comment.