diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-09-28 23:14:39 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-28 23:14:39 +0900 |
| commit | f1a5c050f40e5cf7f234aaf4ca75144a9202158a (patch) | |
| tree | 20ada2479cdb54aa216aba82c34a29b14d74cc27 | |
| parent | 906f9f2ba752c53162bf4bab6264b78a38f05fd8 (diff) | |
| parent | 1b53b973e5f8619f32a90f89a894ab37d189aa5f (diff) | |
| download | mruby-f1a5c050f40e5cf7f234aaf4ca75144a9202158a.tar.gz mruby-f1a5c050f40e5cf7f234aaf4ca75144a9202158a.zip | |
Merge pull request #5553 from mruby/dependabot/github_actions/github/super-linter-4.8.0
build(deps): bump github/super-linter from 4.7.3 to 4.8.0
| -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 33e560733..7265d6270 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 |
