aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislas <stanislas.lange@pm.me>2020-07-29 10:42:15 +0200
committerGitHub <noreply@github.com>2020-07-29 10:42:15 +0200
commitb6f09e7e878cf4abb7ff2aca0bc4cf622f952f1f (patch)
tree606cda3246599e42ddef7c9e46c21ab164ecd0ec
parent746dbe4f7f28f811ad550ccbfedaff1a4e5775e3 (diff)
parent8464fc4ea205492819262bcc523d3f9d88e7097c (diff)
Merge pull request #105 from angristan/dependabot/github_actions/ludeeus/action-shellcheck-0.5.0
Bump ludeeus/action-shellcheck from 0.4.1 to 0.5.0
-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 e3c5e63..31fe34f 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: shellcheck
- uses: ludeeus/action-shellcheck@0.4.1
+ uses: ludeeus/action-shellcheck@0.5.0
env:
SHELLCHECK_OPTS: -e SC1091,SC1117,SC2001