From aa422f51218e6602cc99f6340345c1a7831bce05 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Fri, 15 Sep 2023 15:05:04 +0900 Subject: [PATCH] bump actions/checkout v4 (#391) --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a935b3f8..6fd3e4b9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 @@ -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 @@ -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 @@ -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