diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-10-27 15:50:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 15:50:47 +0100 |
commit | e2755467172abfd42c2f45c3415782db3082caf9 (patch) | |
tree | d54e4c2947b0e1c00c7ab28de6fda062d3646360 /.github | |
parent | 3f2848f066d2a36f73bb9b4917293ac56c5ebeff (diff) |
Bump ludeeus/action-shellcheck from 0.5.0 to 1.0.0 (#152)
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 0.5.0 to 1.0.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/0.5.0...d586102c117f97e63d7e3b56629d269efc9a7c60)
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 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 |