From e07831dc6f4e690ebbc6d87e878b483863bfc66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 29 Jan 2023 16:35:31 +0100 Subject: [PATCH] Set 0.9.0 as example version (#85) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd83865..12ed491 100644 --- a/README.md +++ b/README.md @@ -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 ```