From 833ae9b583dfe0311e4e5405dffc24a47f3bab1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 20:11:04 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 44529b87..00910203 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: scala: [2.13.7, 2.12.15] nodejs: [16.3.0, 14.16.0, 12.21.0] steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - uses: olafurpg/setup-scala@v13 with: java-version: adopt@1.11 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 8ea2f4fc..4e6f8de4 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3 - uses: olafurpg/setup-scala@v13 - name: Check Scalafmt/Scaladoc run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck nodejs_v14/doc core/doc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6d14970..51d01b0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: publish: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: olafurpg/setup-scala@v13