From 37d4748816508da17fedf2e8bc57f150b91bfdbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:02:40 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.1 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f319566..e130108d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout current branch - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Setup Scala and Java @@ -33,7 +33,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout current branch - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 - name: Setup Scala and Java uses: olafurpg/setup-scala@v13 - name: Cache scala dependencies @@ -52,7 +52,7 @@ jobs: platform: ['JVM', 'Native'] steps: - name: Checkout current branch - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Setup Scala and Java @@ -86,7 +86,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Setup Scala and Java