1
0
Fork 0
mirror of https://github.com/ludeeus/action-shellcheck.git synced 2024-08-16 10:09:53 +02:00

Update action checkout to the new default branch (#24)

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
Tom Riat 2020-07-28 10:59:37 +02:00 committed by GitHub
parent 7ee62c0418
commit c7d4e499f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
```