From 05899f4e897c627ea93066c8cbf1a33783a40c72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 11:07:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.5.2 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/site.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e8bba7..98f5758 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.5.2 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.2.1'] steps: - name: Checkout current branch - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.5.2 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.5.2 - 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.5.2 with: fetch-depth: 0 - name: Setup Scala and Java diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index a9e071b..5857e9d 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -18,7 +18,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 with: fetch-depth: '0' - name: Setup Scala @@ -41,7 +41,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.2 with: fetch-depth: '0' - name: Setup Scala @@ -65,7 +65,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.2 with: ref: ${{ github.head_ref }} fetch-depth: '0'