1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-01-09 11:42:36 +01:00

build(deps): bump actions/checkout from 2 to 3 (#49)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-02 22:46:43 +03:00 committed by GitHub
parent 954ae84191
commit 87082b7efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Required will all actions
- uses: actions/checkout@v3 # Required will all actions
- uses: ruby/setup-ruby@v1
with: