Skip to content

Commit 76e7f6e

Browse files
authored
Merge pull request #466 from niklasmtj/chore/update-gh-actions
Chore: Bump GH actions versions
2 parents 9a0d3b2 + 9f1f76e commit 76e7f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Set up Go 1.x
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v3
2222
with:
2323
go-version: ${{ matrix.go }}
2424

2525
- name: Check out code into the Go module directory
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727

2828
- name: Test
2929
run: make test EXTRAGOARGS=-v

0 commit comments

Comments
 (0)