From 53b818f552b736f86b352749a3760a9213678913 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:14:01 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 (#124) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 988b81c..6a39303 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Set up Java @@ -35,7 +35,7 @@ jobs: scala: [ "2.12.20", "2.13.15", "3.5.0" ] steps: - name: Checkout current branch - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Set up Java @@ -54,7 +54,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Setup Java uses: actions/setup-java@v4.4.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f02275f..7350199 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout current branch - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Setup Java