Update shellcheck.yml

Update actions checkout to v4.
This commit is contained in:
Tommaso Chiti 2024-04-05 11:40:42 +02:00 committed by GitHub
parent 118bf15f95
commit b764b8a80d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,6 @@ jobs:
name: Bash syntax checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master