Skip to content

Commit bfa99d9

Browse files
authored
Merge pull request #183 from mattfarina/bump-action-deps
Updating the action versions
2 parents 9b07ecb + 872a190 commit bfa99d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ${{ matrix.platform }}
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@v1
12+
uses: actions/setup-go@v3
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@v3
1717
- name: Test
1818
env:
1919
GO111MODULE: on

0 commit comments

Comments
 (0)