From 892304d8f850438ff070f7f645e57038eaa4e791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 17:00:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.5.2 --- .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 7fe8b2174..d3f788e9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 with: fetch-depth: 0 - name: Setup Java @@ -41,7 +41,7 @@ jobs: scala: ["2.12.17", "2.13.10", "3.2.2"] steps: - name: Checkout current branch - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 with: fetch-depth: 0 - name: Setup Java @@ -64,7 +64,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 - name: Setup Java uses: actions/setup-java@v3.9.0 with: @@ -81,7 +81,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 - name: Setup Java uses: actions/setup-java@v3.9.0 with: @@ -107,7 +107,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 19262355d..cda4f545c 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@v3.3.0 + uses: actions/checkout@v3.5.2 with: fetch-depth: '0' - name: Setup Java