From c184b50c29e30e086715e1e0c28d8116e6a7d9fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:01:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.0 --- .github/workflows/develop_ci.yml | 6 +++--- .github/workflows/pr_ci.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/develop_ci.yml b/.github/workflows/develop_ci.yml index 3f193e39..11aae514 100644 --- a/.github/workflows/develop_ci.yml +++ b/.github/workflows/develop_ci.yml @@ -21,7 +21,7 @@ jobs: outputs: any: ${{ steps.changed-files.outputs.any_changed }} steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.2.0 with: submodules: "recursive" fetch-depth: 0 @@ -42,7 +42,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 @@ -68,7 +68,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index da509eaf..47f31101 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -13,7 +13,7 @@ jobs: outputs: any: ${{ steps.changed-files.outputs.any_changed }} steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.2.0 with: submodules: 'recursive' fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: Set up JDK @@ -63,7 +63,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: Set up JDK @@ -88,7 +88,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: Set up JDK