Skip to content

Commit 95fe74c

Browse files
chore(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [labd/changie-release-action](https://github.com/labd/changie-release-action). Updates `goreleaser/goreleaser-action` from 5.1.0 to 6.2.1 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v5.1.0...v6.2.1) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) Updates `labd/changie-release-action` from 0.3.2 to 0.6.0 - [Release notes](https://github.com/labd/changie-release-action/releases) - [Changelog](https://github.com/labd/changie-release-action/blob/main/CHANGELOG.md) - [Commits](labd/changie-release-action@v0.3.2...v0.6.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: labd/changie-release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0afa786 commit 95fe74c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
passphrase: ${{ secrets.GPG_PASSPHRASE }}
4040

4141
- name: Run GoReleaser
42-
uses: goreleaser/goreleaser-action@v5.1.0
42+
uses: goreleaser/goreleaser-action@v6.2.1
4343
with:
4444
version: latest
4545
args: release --rm-dist

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: go test -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... -v ./...
4747

4848
- name: Upload to codecov
49-
uses: codecov/codecov-action@v4
49+
uses: codecov/codecov-action@v5
5050
with:
5151
verbose: true
5252

@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0
6565

6666
- name: Prepare release
67-
uses: labd/changie-release-action@v0.3.2
67+
uses: labd/changie-release-action@v0.6.0
6868
with:
6969
github-token: ${{ secrets.GITHUB_TOKEN }}
7070
release-workflow: 'release.yaml'

0 commit comments

Comments
 (0)