Skip to content

Commit

Permalink
Update checkout and setup-go to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bt353 committed Oct 7, 2023
1 parent de1b30f commit d73cff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- "ubuntu-latest"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit d73cff0

Please sign in to comment.