diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-01 14:12:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 14:12:24 +0200 |
commit | 7be2cf9fb41390226b199342210162842e190eba (patch) | |
tree | 2c1b88ed6138effa19485cf742a3806362f5ef12 /.github | |
parent | 5c41fa0ab554e16912dff1c7649a0045f615a161 (diff) |
Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#215)
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.0.0...94e0aab03ca135d11a35e5bfc14e6746dc56e7e9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0951108..7b51575 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@1.0.0 + uses: ludeeus/action-shellcheck@1.1.0 env: SHELLCHECK_OPTS: -e SC1091,SC1117,SC2001,SC2034 |