Skip to content

Commit

Permalink
Merge pull request #183 from mattfarina/bump-action-deps
Browse files Browse the repository at this point in the history
Updating the action versions
  • Loading branch information
mattfarina committed Aug 9, 2022
2 parents 9b07ecb + 872a190 commit bfa99d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Test
env:
GO111MODULE: on
Expand Down

0 comments on commit bfa99d9

Please sign in to comment.