Skip to content

Commit a884a8b

Browse files
committed
.github/workflows: upgrade all Actions versions
We update our other Actions to their respective latest versions: actions/checkout: v1 -> v3 actions/setup-go: v2 -> v3
1 parent d6eca63 commit a884a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
go: ['1.18.x', '1.19.x']
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
13-
- uses: actions/setup-go@v1
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-go@v3
1414
with:
1515
go-version: ${{ matrix.go }}
1616
- run: script/cibuild

0 commit comments

Comments
 (0)