From 3bde808690a7eb0fe6af9cc970738e9fb4357f3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:00:15 +0000 Subject: [PATCH] Update actions/checkout action to v3.5.2 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8631ece1..55c08b70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.5.2 - name: Setup Java uses: actions/setup-java@v3.1.1 with: @@ -36,7 +36,7 @@ jobs: scala: ["2.12.17", "2.13.10", "3.2.2"] steps: - name: Checkout current branch - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.5.2 - name: Setup Java uses: actions/setup-java@v3.1.1 with: @@ -53,7 +53,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.5.2 - name: Setup Java uses: actions/setup-java@v3.1.1 with: @@ -70,7 +70,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: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 17d7f283..6cbe9c9c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.5.2 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21891510..e8dbe4f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout current branch - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.5.2 with: fetch-depth: 0 - name: Setup Java