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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-02 02:42:47 +00:00 committed by Wolvan
parent 869fee520f
commit 01555c6140
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout the Repo
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Install Node 16
- name: Setup Node

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout the Repo
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Install Node 16
- name: Setup Node

View file

@ -16,7 +16,7 @@ jobs:
node-version: [15.x, 16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.0.0
with: