diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-06-11 15:14:00 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-11 15:14:00 +0900 |
| commit | 14a69c6ffd08842a896066c3610c5fabcae3925f (patch) | |
| tree | dd1c2e6d8e4d78ba5277a854947f357c822be48e | |
| parent | 62f4cc8cd1d5839153eb364c1c095df64d7cdc22 (diff) | |
| parent | 0271972e0f61b6cac6b3b76670dc563e73d35d83 (diff) | |
| download | mruby-14a69c6ffd08842a896066c3610c5fabcae3925f.tar.gz mruby-14a69c6ffd08842a896066c3610c5fabcae3925f.zip | |
Merge pull request #5475 from mruby/dependabot/github_actions/github/super-linter-4.2.2
build(deps): bump github/super-linter from 4.2.1 to 4.2.2
| -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 9e6f7662e..4c1604960 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 |
