aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 839d2eb..0951108 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: shellcheck
- uses: ludeeus/action-shellcheck@0.5.0
+ uses: ludeeus/action-shellcheck@1.0.0
env:
SHELLCHECK_OPTS: -e SC1091,SC1117,SC2001,SC2034