We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262f7cd commit 218238bCopy full SHA for 218238b
.github/workflows/golangci-lint.yml
@@ -22,6 +22,6 @@ jobs:
22
with:
23
version: latest
24
-
25
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
26
27
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
version: 'mod'
19
20
name: Run GoReleaser
21
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v5
distribution: goreleaser
.github/workflows/sync-release-tags.yml
@@ -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
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
publish_dir: ./
0 commit comments