Skip to content

Commit bafe77a

Browse files
authored
Merge pull request #24 from labd/dependabot/github_actions/github-actions-864d29b3e6
chore(deps): bump the github-actions group across 1 directory with 3 updates
2 parents 0afa786 + 83a6ad5 commit bafe77a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Dependency
2+
body: 'chore(deps): bump the github-actions group across 1 directory with 3 updates'
3+
time: 2025-03-14T08:20:28.29582171Z

.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)