From 85a385d691c8d493a99cf839f7071476f7877b2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:00:51 +0000 Subject: [PATCH] Update actions/checkout action to v3.3.0 --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/site.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e1008ad..fe5fedc3 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@v3.2.0 + uses: actions/checkout@v3.3.0 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@v3.2.0 + uses: actions/checkout@v3.3.0 - name: Setup Scala and Java uses: olafurpg/setup-scala@v13 - name: Cache scala dependencies @@ -51,7 +51,7 @@ jobs: scala: ['2.11.12', '2.12.16', '2.13.8'] steps: - name: Checkout current branch - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - name: Setup Scala and Java @@ -81,7 +81,7 @@ jobs: java: ['11', '17'] steps: - name: Checkout current branch - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - name: Setup Scala and Java @@ -112,7 +112,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - name: Setup Scala and Java diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 3143685b..26b650c9 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -17,7 +17,7 @@ jobs: }} steps: - name: Git Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: '0' - name: Setup Scala @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ github.head_ref }} fetch-depth: '0'