Merge pull request #133 from RobotsAndPencils/dependabot/github_actions/actions/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
This commit is contained in:
Matt Kiazyk 2021-05-12 09:49:03 -05:00 committed by GitHub
commit c7df3ced8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
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
- name: Cache 📦