From dfcb08198ac4a258e9552928e6ef621e6f9123e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 19:04:54 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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...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.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc6ff20..6c46fd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: volta-cli/action@v1 - name: install dependencies @@ -41,7 +41,7 @@ jobs: node-version: 12.x steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: volta-cli/action@v1 with: node-version: ${{ matrix.node-version }} @@ -59,7 +59,7 @@ jobs: needs: [test] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: volta-cli/action@v1 with: node-version: 14.x