From a14b4b98a9a67c34996bb8f6168f50ffcbe4ce61 Mon Sep 17 00:00:00 2001 From: Yohei Yasukawa Date: Wed, 7 Feb 2024 23:00:19 +0900 Subject: [PATCH] Update actions/checkout: v3 -> v4 --- .github/workflows/scheduler_daily.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scheduler_daily.yml b/.github/workflows/scheduler_daily.yml index 7ec9d8a..aa30c47 100644 --- a/.github/workflows/scheduler_daily.yml +++ b/.github/workflows/scheduler_daily.yml @@ -24,7 +24,7 @@ jobs: steps: - name: 📥 Download codes from GitHub - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1a8733..27c6d7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ☑️ Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ☑️ Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2