Set 0.9.0 as example version (#85)

This commit is contained in:
Joakim Sørensen 2023-01-29 16:35:31 +01:00 committed by GitHub
parent c4b2ed0185
commit e07831dc6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# ShellCheck
_GitHub action for ShellCheck._
_GitHub action for [ShellCheck](https://www.shellcheck.net/)._
## Example
@ -178,5 +178,5 @@ If running the latest stable version of Shellcheck is not to your liking, you ca
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
version: v0.7.0
version: v0.9.0
```