From 2bd4ebd2181c96add9685683445fb5b9e4886986 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Tue, 10 Oct 2023 23:12:13 +0900 Subject: [PATCH] bump actions/ceckout@v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9f7d93b..31fcebd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: node-version: "19.6" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Node.js ${{ matrix.node-version }} shell: bash -eo pipefail -l {0} @@ -240,7 +240,7 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install lcov shell: bash