Skip to content

Commit 5c4385a

Browse files
committed
github: Bump GitHub actions versions
1 parent eb6bef0 commit 5c4385a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.platform }}
1515
steps:
1616
- name: Install Go
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v4
1818
with:
1919
go-version: ${{ matrix.go-version }}
2020
- name: Install staticcheck
@@ -25,7 +25,7 @@ jobs:
2525
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2626
shell: bash
2727
- name: Checkout code
28-
uses: actions/checkout@v1
28+
uses: actions/checkout@v3
2929
- name: Fmt
3030
if: matrix.platform != 'windows-latest' # :(
3131
run: "diff <(gofmt -d .) <(printf '')"

0 commit comments

Comments
 (0)