Bump actions/checkout from 3.2.0 to 3.5.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.0.
- [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/v3.2.0...v3.5.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-01 09:56:24 +00:00
committed by GitHub
parent 8fb03c885c
commit b78f9cfba9

View File

@@ -9,7 +9,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.5.0
- name: Lint Code Base
uses: docker://github/super-linter:v2.2.2