diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-08-27 07:43:48 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-27 07:43:48 +0900 |
| commit | 12a483c1bc78856aeb119dad2bfa9f77ca2f7fbc (patch) | |
| tree | fe7a8b45e1aa9fafde185135996b50b90d2114cb | |
| parent | 4654de90741db13c2f2eb75afa45237ae4e0f072 (diff) | |
| parent | 86c5414dc1d23c41c4a0ddee40073beaca8c4f36 (diff) | |
| download | mruby-12a483c1bc78856aeb119dad2bfa9f77ca2f7fbc.tar.gz mruby-12a483c1bc78856aeb119dad2bfa9f77ca2f7fbc.zip | |
Merge pull request #5539 from mruby/dependabot/github_actions/github/super-linter-4.6.2
build(deps): bump github/super-linter from 4.6.1 to 4.6.2
| -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 e8d6fa390..0a8d574f3 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 |
