build(deps): bump actions/checkout from 2.4.0 to 3 (#152)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-02 14:29:19 +00:00 committed by GitHub
parent c388ddfb0b
commit f7ea557f9b
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.4.0
uses: actions/checkout@v3
- name: Prepare
id: prepare

View File

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