build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#142)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-18 11:33:30 +00:00 committed by GitHub
parent 47b2caa22d
commit d70a416ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Prepare
id: prepare

View File

@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- name: Build the Docker image
run: |
docker run -i $(docker build -q 12) /bin/sh -c "node --version && npm --version && git --version"

View File

@ -6,6 +6,6 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.3.5
- run: brew install hadolint
- run: hadolint {12,14,16}/Dockerfile