mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
Upgrade to actions/checkout@v4 in README
This commit is contained in:
parent
cd81f4475a
commit
6af752189a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
name: Shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue