mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2024-11-10 09:02:52 +08:00
Reference GitHub Checkout action by tag
This commit is contained in:
parent
0a44e23acd
commit
6af9c3aed3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
name: Run tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Dockerfilelint
|
||||
uses: docker://replicated/dockerfilelint
|
||||
|
|
Loading…
Reference in a new issue