From bf26a9055de1fef02c157a89dfefd3fab9077f47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:12:32 +0000 Subject: [PATCH] Update actions/checkout action to v4.2.0 --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/site.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec20996b4..52af1aba4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: Setup Java @@ -46,7 +46,7 @@ jobs: - '3.5.1' steps: - name: Checkout current branch - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: Setup Java @@ -69,7 +69,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Setup Java uses: actions/setup-java@v4.4.0 with: @@ -86,7 +86,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Setup Java uses: actions/setup-java@v4.4.0 with: @@ -112,7 +112,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 73a420336..f33972c65 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout current branch - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: '0' - name: Setup Java