From d3493f1fe34d27d7778770698b89e3c051dbbbf7 Mon Sep 17 00:00:00 2001 From: Akira KAWAGUCHI Date: Wed, 7 Feb 2024 15:02:57 +0900 Subject: [PATCH] ci: bump actions/checkout to v4 --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 2f759fcf..1da4b8da 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true