Skip to content

Commit

Permalink
Merge pull request #136 from go-stomp/actions-update
Browse files Browse the repository at this point in the history
Update go/checkout actions
  • Loading branch information
worg authored Jul 13, 2024
2 parents 5179ed7 + 5708010 commit 130c3ad
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 @@ -13,10 +13,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5.0.2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
- name: Test
run: go test ./...

0 comments on commit 130c3ad

Please sign in to comment.