From 7d9d1786c22f20c21e5ab41aecfceef1fb6de1e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:19:17 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/articles_branch_ci.yaml | 2 +- .github/workflows/master_branch_ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/articles_branch_ci.yaml b/.github/workflows/articles_branch_ci.yaml index c22d2fe..2a4f7d8 100644 --- a/.github/workflows/articles_branch_ci.yaml +++ b/.github/workflows/articles_branch_ci.yaml @@ -22,7 +22,7 @@ jobs: RUN_ID: ${{ github.run_id }} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: extract branch name shell: bash diff --git a/.github/workflows/master_branch_ci.yaml b/.github/workflows/master_branch_ci.yaml index 7d4a1b0..186c86b 100644 --- a/.github/workflows/master_branch_ci.yaml +++ b/.github/workflows/master_branch_ci.yaml @@ -22,7 +22,7 @@ jobs: RUN_ID: ${{ github.run_id }} steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # 事前にarticlesフォルダ内のmarkdownファイルに対してpandocを実行する - name: convert markdown to latex