Skip to content

Commit d23c59f

Browse files
authored
Merge pull request #643 from labd/dependabot/github_actions/github-actions-80709e67f8
chore(deps): bump the github-actions group across 1 directory with 3 updates
2 parents 97420af + c4711a6 commit d23c59f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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: 2026-04-02T00:45:04.536722347Z

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
PASSPHRASE: ${{ secrets.PASSPHRASE }}
2525

2626
- name: Run GoReleaser
27-
uses: goreleaser/goreleaser-action@v6
27+
uses: goreleaser/goreleaser-action@v7
2828
with:
2929
version: latest
3030
args: release --clean

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
CTP_AUTH_URL: http://localhost:8989
4040

4141
- name: Upload to codecov
42-
uses: codecov/codecov-action@v5
42+
uses: codecov/codecov-action@v6
4343
with:
4444
verbose: true
4545

4646
- name: build binary
47-
uses: goreleaser/goreleaser-action@v6
47+
uses: goreleaser/goreleaser-action@v7
4848
with:
4949
args: build --snapshot --clean --single-target
5050
env:
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0
6565

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

0 commit comments

Comments
 (0)