From b8d5c8fd5b7db6daee18d98a8714a056ed46ccd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:29:09 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.0 --- .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 c6c09d1..166f53b 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@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Setup Java uses: actions/setup-java@v4.4.0 with: @@ -36,7 +36,7 @@ jobs: scala: ["2.12.20", "2.13.14", "3.5.0"] 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: @@ -53,7 +53,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: @@ -70,7 +70,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: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 36288f9..c74dda4 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@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 557ea84..e50cdb6 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@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: Setup Java