Skip to content

Commit

Permalink
Merge pull request #31 from piqoni/upgrade_actions
Browse files Browse the repository at this point in the history
upgrade actions
  • Loading branch information
piqoni authored May 8, 2023
2 parents 39b22a5 + 187bceb commit 2bcb2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.x
- name: Test
Expand Down

0 comments on commit 2bcb2b5

Please sign in to comment.