From adc64aee3c40119144f12428ed47149f5bb655c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:34:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.3 (#418) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f292ee72a..0fbea62f8 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.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 - name: Setup Java @@ -46,7 +46,7 @@ jobs: - '3.4.1' steps: - name: Checkout current branch - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 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.1 + uses: actions/checkout@v4.1.3 - name: Setup Java uses: actions/setup-java@v4.2.1 with: @@ -86,7 +86,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 - name: Setup Java uses: actions/setup-java@v4.2.1 with: @@ -112,7 +112,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 328eb8716..5505397b9 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.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: '0' - name: Setup Java