Merge pull request #31 from michaelwoods/dependabot/github_actions/actions/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
This commit is contained in:
Michael Woods 2021-06-04 15:15:36 -04:00 committed by GitHub
commit 87b0e14080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- name: Docker meta
id: docker_meta

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- name: Docker meta
id: docker_meta