Browse Source

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>
pull/853/head
dependabot[bot] 2 years ago
committed by Vitaly Puzrin
parent
commit
6da01033aa
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

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

Loading…
Cancel
Save