Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gha: Pin version actions/checkout to v1
  • Loading branch information
peaceiris committed Dec 5, 2019
1 parent 14ef824 commit 0803e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
fetch-depth: 1

Expand All @@ -30,7 +30,7 @@ jobs:
shellcheck:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: shellcheck
Expand All @@ -39,7 +39,7 @@ jobs:
hadolint:
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
fetch-depth: 1
- run: brew install hadolint
Expand Down

0 comments on commit 0803e7e

Please sign in to comment.