build(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#6221)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 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.2.0...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 20:19:28 +00:00 committed by GitHub
parent 1fa133affc
commit 1366662cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ jobs:
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
with:
persist-credentials: false
@ -215,7 +215,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
with:
persist-credentials: false

View File

@ -182,7 +182,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
with:
persist-credentials: false