-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update github actions (#283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7da578d
commit 69f1e6e
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,15 +51,15 @@ jobs: | |
- name: Print coverage results | ||
run: go tool cover -func ./coverage.out | ||
- name: Send coverage | ||
uses: codecov/codecov-action@v5.1.2 | ||
uses: codecov/codecov-action@v5.3.0 | ||
with: | ||
files: coverage.out | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
- name: Build with Goreleaser | ||
uses: goreleaser/[email protected] | ||
with: | ||
# renovate: depName=goreleaser/goreleaser datasource=github-releases | ||
version: v2.6.0 | ||
version: v2.6.1 | ||
args: release --snapshot --skip=publish --clean | ||
env: | ||
PRIVATE_ACCESS_TOKEN: placeholder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
uses: goreleaser/[email protected] | ||
with: | ||
# renovate: depName=goreleaser/goreleaser datasource=github-releases | ||
version: v2.6.0 | ||
version: v2.6.1 | ||
args: release --clean | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|