Skip to content

Commit

Permalink
bump actions/checkout v4 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Sep 15, 2023
1 parent 0c2ade1 commit aa422f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: test
run: |
make test
Expand All @@ -38,7 +38,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: test
run: |
make simple-test
Expand All @@ -52,7 +52,7 @@ jobs:
with:
go-version: "1.20"
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: build
run: |
make ycat/build
Expand All @@ -69,7 +69,7 @@ jobs:
with:
go-version: "1.20"
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: measure coverage
run: |
make cover
Expand Down

0 comments on commit aa422f5

Please sign in to comment.