From 85fb2dd3757028b46772c11a5f20ce68545c8af3 Mon Sep 17 00:00:00 2001 From: Akira KAWAGUCHI Date: Wed, 7 Feb 2024 15:20:44 +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 7c4138d..b8f236e 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 @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true