Bump actions/checkout from 3.0.2 to 3.3.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.3.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.0.2...v3.3.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-01-06 11:00:29 +00:00 committed by GitHub
parent 55dc5504ef
commit 2a22c6b746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: nightly
@ -43,7 +43,7 @@ jobs:
name: Clippy (+nightly)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: nightly
@ -59,7 +59,7 @@ jobs:
name: Code Coverage (+nightly)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
- uses: actions-rs/toolchain@v1.0.7
with:
toolchain: nightly