From cef9026fb78b5450e8f10e5a0da43fb5c318cee3 Mon Sep 17 00:00:00 2001 From: Akira KAWAGUCHI Date: Wed, 7 Feb 2024 14:59:14 +0900 Subject: [PATCH] ci: bump actions/checkout to v4 --- .../actions/install-dependencies/action.yml | 24 +++++++++---------- .github/workflows/ci-build.yml | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index 9c37125..68240c2 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: Checkout_Takatori - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/takatori @@ -24,7 +24,7 @@ runs: ref: master - name: Checkout_Yugawara - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/yugawara @@ -33,7 +33,7 @@ runs: submodules: true - name: Checkout_Shakujo - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/shakujo @@ -42,7 +42,7 @@ runs: submodules: recursive - name: Checkout_Mizugaki - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/mizugaki @@ -50,7 +50,7 @@ runs: ref: master - name: Checkout_Limestone - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/limestone @@ -58,7 +58,7 @@ runs: ref: master - name: Checkout_Yakushima - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/yakushima @@ -66,7 +66,7 @@ runs: ref: master - name: Checkout_Shirakami - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/shirakami @@ -74,7 +74,7 @@ runs: ref: master - name: Checkout_Sharksfin - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/sharksfin @@ -82,7 +82,7 @@ runs: ref: master - name: Checkout_Tateyama - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/tateyama @@ -91,7 +91,7 @@ runs: submodules: true - name: Checkout_Jogasaki - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/jogasaki @@ -99,7 +99,7 @@ runs: ref: master - name: Checkout_Metadata_Manager - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/metadata-manager @@ -108,7 +108,7 @@ runs: submodules: true - name: Checkout_Message_Manager - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: ${{ inputs.checkout == 'true' }} with: repository: project-tsurugi/message-manager diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3144082..8338866 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 @@ -75,7 +75,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true