From c7a8080f3382ed16544c44b4049e839a69e5758f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 18:10:16 +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/cancel-self.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cancel-self.yml b/.github/workflows/cancel-self.yml index 0e5f4a78..e3ff55a4 100644 --- a/.github/workflows/cancel-self.yml +++ b/.github/workflows/cancel-self.yml @@ -8,7 +8,7 @@ jobs: name: Task steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test Step uses: ./ # Uses an action in the root directory with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 14c61769..a4b936f1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v3.0.0 with: node-version: v14 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: yarn - run: yarn build - run: yarn format-check diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 580c39e2..6a230f0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: steps: # To use this repository's private action, you must check out the repository - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test Step uses: ./ # Uses an action in the root directory with: