Skip to content

Commit

Permalink
bump actions/checkout@v4 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 2, 2024
1 parent 1d53f5d commit 8b543f4
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Test
run: go test -race ./...

0 comments on commit 8b543f4

Please sign in to comment.