chore(deps): bump actions/checkout from 3.0.1 to 3.0.2

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2.
- [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.0.1...v3.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-25 03:11:03 +00:00 committed by GitHub
parent b7b62d7bd0
commit 1d9056f935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2
- id: version
name: Get Version
@ -55,7 +55,7 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v3.0.1
uses: actions/checkout@v3.0.2
- id: version
name: Get Version