From 1b92c698a6cbd219e2645779b6963f43cac287fa Mon Sep 17 00:00:00 2001 From: Chris Ohk Date: Tue, 11 Jun 2024 21:15:31 +0900 Subject: [PATCH] ci: Update checkout to 'v4' --- .github/workflows/ubuntu-codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-codecov.yml b/.github/workflows/ubuntu-codecov.yml index 43c16442e..f95aa94dc 100644 --- a/.github/workflows/ubuntu-codecov.yml +++ b/.github/workflows/ubuntu-codecov.yml @@ -21,7 +21,7 @@ jobs: name: 🧪 Code Coverage - Codecov steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 with: submodules: true - name: Install packages