diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-09-01 07:03:01 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-01 07:03:01 +0900 |
| commit | 5211a3f2094d458e92b171cf096d3a18e76afaef (patch) | |
| tree | 5cfe82a858e2f351007fd9a1c8128c3ad9eaa180 | |
| parent | 41d0b343e6701da167ed26ccf085ea1cf86d8588 (diff) | |
| parent | ad5c90e55681fc5c484614f5db7a8aa8d1b4be8f (diff) | |
| download | mruby-5211a3f2094d458e92b171cf096d3a18e76afaef.tar.gz mruby-5211a3f2094d458e92b171cf096d3a18e76afaef.zip | |
Merge pull request #5543 from mruby/dependabot/github_actions/github/super-linter-4.6.3
build(deps): bump github/super-linter from 4.6.2 to 4.6.3
| -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 0a8d574f3..3c3bd3192 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 |
