Bump actions/checkout from 2 to 2.3.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [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...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-12 05:28:48 +00:00 committed by GitHub
parent 85340e6189
commit dfc2affce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout 🛎 - name: Checkout 🛎
uses: actions/checkout@v2 uses: actions/checkout@v2.3.4
with: with:
# If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. # If you're using actions/checkout@v2.3.4 you must set persist-credentials to false in most cases for the deployment to work correctly.
persist-credentials: false persist-credentials: false
- name: Cache 📦 - name: Cache 📦