build(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#145)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-03 10:01:16 +00:00 committed by GitHub
parent 2b072b443e
commit d9f71ca2c0
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.5
uses: actions/checkout@v2.4.0
- name: Prepare
id: prepare

View File

@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- 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.5
- uses: actions/checkout@v2.4.0
- run: brew install hadolint
- run: hadolint {12,14,16}/Dockerfile