Skip to content

Commit c4d82bf

Browse files
committed
chore(actions): upgrade actions to latest
1 parent f6cbf4d commit c4d82bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Build
19-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: "1.22" # The Go version to download (if necessary) and use.
2222
- run: go version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# update-file: .version
2525

2626
- name: Build
27-
uses: actions/setup-go@v2
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: "1.22" # The Go version to download (if necessary) and use.
3030
- run: go version

0 commit comments

Comments
 (0)