From e9912e804e2ddbf53ac62c6baf8b2d45be77528f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 05:17:24 +0000 Subject: [PATCH] build(deps): Bump actions/checkout from 2.3.5 to 3.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 3.0.0. - [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.3.5...v3.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 43d7aff..3986acb 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -17,7 +17,7 @@ jobs: nbgv: ${{ steps.nbgv.outputs.SemVer2 }} steps: - name: Checkout - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3.0.0 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a09523b..1805a76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: nbgv: ${{ steps.nbgv.outputs.SemVer2 }} steps: - name: Checkout - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v3.0.0 with: fetch-depth: 0 lfs: true