From 22a02019c80a78090e2c332e19dd625edd13b736 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 16:09:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.3.0 --- .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 68e40206..63f2d148 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false steps: - name: Checkout current branch - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - name: Setup Scala and Java @@ -36,7 +36,7 @@ jobs: scala: ['2.11.12', '2.12.15', '2.13.8', '3.1.0'] steps: - name: Checkout current branch - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - name: Setup Scala and Java @@ -53,7 +53,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout current branch - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Setup Scala and Java uses: olafurpg/setup-scala@v13 - name: Cache scala dependencies @@ -67,7 +67,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - name: Setup Scala and Java