diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-06-10 15:04:10 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-10 15:04:10 +0900 |
| commit | f2f6f2179b0c16720accfc1236890a7bc6d22a2b (patch) | |
| tree | 41a20b9bbb0e68b7162c4eb50bbf409dec57ebe0 /.github | |
| parent | 82428de5f92ddcb0b20c2026905797340f3a75a9 (diff) | |
| parent | d46e7c759fabf976a9c9142ca40bb5092b5a0221 (diff) | |
| download | mruby-f2f6f2179b0c16720accfc1236890a7bc6d22a2b.tar.gz mruby-f2f6f2179b0c16720accfc1236890a7bc6d22a2b.zip | |
Merge pull request #5474 from mruby/dependabot/github_actions/github/super-linter-4.2.1
build(deps): bump github/super-linter from 4.2.0 to 4.2.1
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linter.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index eec3cdb9c..9e6f7662e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/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 |
