diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-08-07 06:46:35 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-07 06:46:35 +0900 |
| commit | ce0b38fb720eae757464a6abd0cdca6f74895857 (patch) | |
| tree | 037375f906df4447094e7a8c164d7053de6c8364 | |
| parent | 46a1c40fe34a935b3e942d8c5aca958df6c02c3f (diff) | |
| parent | d0b214c26904ebfff638d586bfa27628c484296d (diff) | |
| download | mruby-ce0b38fb720eae757464a6abd0cdca6f74895857.tar.gz mruby-ce0b38fb720eae757464a6abd0cdca6f74895857.zip | |
Merge pull request #5521 from mruby/dependabot/github_actions/github/super-linter-4.6.0
build(deps): bump github/super-linter from 4.5.1 to 4.6.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 a42f59b5c..e9facc951 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 |
