From 87082b7efd036b2434478d4dbac6d98573457362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 22:46:43 +0300 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/html5validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/html5validator.yml b/.github/workflows/html5validator.yml index 4e30a9c..110e9c0 100644 --- a/.github/workflows/html5validator.yml +++ b/.github/workflows/html5validator.yml @@ -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: