Skip to content

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent fffb4cd commit 1d91b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: golangci/golangci-lint-action@v6.1.1
with:
# renovate: depName=golangci/golangci-lint datasource=github-releases
version: v1.63.1
version: v1.63.2
args: --timeout=3m0s
- name: Run tests
run: go test -v -race -coverprofile ./coverage.out -covermode=atomic -timeout 20m ./...
Expand All @@ -59,7 +59,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6.1.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v2.5.0
version: v2.5.1
args: release --snapshot --skip=publish --clean
env:
PRIVATE_ACCESS_TOKEN: placeholder
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6.1.0
with:
# renovate: depName=goreleaser/goreleaser datasource=github-releases
version: v2.5.0
version: v2.5.1
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1d91b6c

Please sign in to comment.