Skip to content

Commit 837d704

Browse files
Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#1532)
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](ludeeus/action-shellcheck@1.0.0...94e0aab) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3278aa8 commit 837d704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: |
117117
find . -type f -print0 | xargs -0 sed -i 's:#!/usr/bin/with-contenv bash:#!/bin/bash:g'
118118
- name: 🚀 Run ShellCheck
119-
uses: ludeeus/action-shellcheck@1.0.0
119+
uses: ludeeus/action-shellcheck@1.1.0
120120
env:
121121
SHELLCHECK_OPTS: -s bash
122122
with:

0 commit comments

Comments
 (0)