Skip to content

Commit c4c2487

Browse files
committed
build: use working actions versions
1 parent b411624 commit c4c2487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v2
2020

21-
- uses: actions/setup-go@v3
21+
- uses: actions/setup-go@v2
2222
with:
2323
go-version: '>=1.19.2'
2424
cache: true

0 commit comments

Comments
 (0)