From 7250822381d3d62fe4ff56695ca9c22d696852c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:08:59 +0000 Subject: [PATCH] Update actions/checkout action to v3.5.1 --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87a8dd5..37c9c67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: continue-on-error: true steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.1 with: fetch-depth: '0' - name: Setup Scala @@ -43,7 +43,7 @@ jobs: continue-on-error: false steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.1 with: fetch-depth: '0' - name: Setup Scala @@ -82,7 +82,7 @@ jobs: java-version: ${{ matrix.java }} check-latest: true - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.1 with: fetch-depth: '0' - name: Test @@ -109,7 +109,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.1 with: fetch-depth: '0' - name: Setup Scala @@ -134,7 +134,7 @@ jobs: if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.1 with: fetch-depth: '0' - name: Setup Scala @@ -161,7 +161,7 @@ jobs: if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }} steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.1 with: ref: ${{ github.head_ref }} fetch-depth: '0'