Skip to content

Commit dc1d321

Browse files
authored
Update GitHub actions &other dependencies (#376)
* update github-action to 40.1.12 * update setup-go to v5 * update goreleaser to v6
1 parent a002743 commit dc1d321

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
# Allow goreleaser to access older tag information.
3131
fetch-depth: 0
32-
- uses: actions/setup-go@v4
32+
- uses: actions/setup-go@v5
3333
with:
3434
go-version-file: "go.mod"
3535
cache: true
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Snapcraft
6363
uses: samuelmeuli/action-snapcraft@v2
6464
- name: Run GoReleaser
65-
uses: goreleaser/goreleaser-action@v5
65+
uses: goreleaser/goreleaser-action@v6
6666
with:
6767
args: release --clean
6868
env:

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Self-hosted Renovate
16-
uses: renovatebot/github-action@v40.1.11
16+
uses: renovatebot/github-action@v40.1.12
1717
with:
1818
configurationFile: .github/renovate.json
1919
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)