diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-15 07:25:53 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-15 07:25:53 +0900 |
| commit | f5eeb76a85642f5277424770e59bb1a3edf6a989 (patch) | |
| tree | 06a7f18c6299c829774cef27a647fa5fb4b57709 /.github | |
| parent | 70aee96050256691c48d3cc36732b2831ab3571f (diff) | |
| parent | b2f3327ade8ee9cb03c260134e53f68dec32b75b (diff) | |
| download | mruby-f5eeb76a85642f5277424770e59bb1a3edf6a989.tar.gz mruby-f5eeb76a85642f5277424770e59bb1a3edf6a989.zip | |
Merge pull request #5507 from mruby/dependabot/github_actions/github/super-linter-4.4.1
build(deps): bump github/super-linter from 4.3.0 to 4.4.1
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/super-linter.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 4a5f49521..5637475c7 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/[email protected] - - uses: github/[email protected] + - uses: github/[email protected] env: ERROR_ON_MISSING_EXEC_BIT: true VALIDATE_BASH: true |
