Skip to content

Commit 218238b

Browse files
authored
feat: update github actions (#192)
- golangci/golangci-lint-action v4 -> v6 - goreleaser/goreleaser-action v4 -> v5 - peaceiris/actions-gh-pages v3 -> v4
1 parent 262f7cd commit 218238b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
version: latest
2424
-
25-
uses: golangci/golangci-lint-action@v4
25+
uses: golangci/golangci-lint-action@v6
2626
with:
2727
version: latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
version: 'mod'
1919
-
2020
name: Run GoReleaser
21-
uses: goreleaser/goreleaser-action@v4
21+
uses: goreleaser/goreleaser-action@v5
2222
with:
2323
distribution: goreleaser
2424
version: latest

.github/workflows/sync-release-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Push (overwrite) golang-tags.json file to orphan branchname: json
2525
- name: Deploy
26-
uses: peaceiris/actions-gh-pages@v3
26+
uses: peaceiris/actions-gh-pages@v4
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
publish_dir: ./

0 commit comments

Comments
 (0)