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:
parent
954ae84191
commit
87082b7efd
2
.github/workflows/html5validator.yml
vendored
2
.github/workflows/html5validator.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user