diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-08-11 06:27:53 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-11 06:27:53 +0900 |
| commit | 52eb2af7d05c9fe9aa1447c83ae2520bcc3966c6 (patch) | |
| tree | a118d4426cc7d482daf1547d089857599e7a8b5d | |
| parent | 3909281126bd9794df27932d33b440e6f4c2feae (diff) | |
| parent | b83eb8dcff596f3b8603323791292ef7f9f3e749 (diff) | |
| download | mruby-52eb2af7d05c9fe9aa1447c83ae2520bcc3966c6.tar.gz mruby-52eb2af7d05c9fe9aa1447c83ae2520bcc3966c6.zip | |
Merge pull request #5526 from mruby/dependabot/github_actions/github/super-linter-4.6.1
build(deps): bump github/super-linter from 4.6.0 to 4.6.1
| -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 e9facc951..e8d6fa390 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 |
