From d58da0b6b114ee9f9cbca05b380933471ae30d8b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jun 2022 18:17:03 +0000 Subject: [PATCH] Update actions/checkout action to v3.0.2 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79ffb64..06f47f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false steps: - name: Checkout current branch - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 with: fetch-depth: 0 - name: Setup Scala and Java @@ -34,7 +34,7 @@ jobs: scala: ['2.11.12', '2.12.15', '2.13.7', '3.1.0'] steps: - name: Checkout current branch - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 with: fetch-depth: 0 - name: Setup Scala and Java @@ -52,7 +52,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.0.2 with: fetch-depth: 0 - name: Setup Scala and Java