diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-14 08:11:56 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-14 08:11:56 +0900 |
| commit | 70aee96050256691c48d3cc36732b2831ab3571f (patch) | |
| tree | cb00a6ac32c294254828e9dabb32f898726740ce | |
| parent | 0712a5406ac28b62b8d0709fa0efd85547b59e41 (diff) | |
| parent | b89678b30d65a1c0ff27050018276906a43a9f46 (diff) | |
| download | mruby-70aee96050256691c48d3cc36732b2831ab3571f.tar.gz mruby-70aee96050256691c48d3cc36732b2831ab3571f.zip | |
Merge pull request #5506 from mruby/dependabot/github_actions/github/super-linter-4.3.0
build(deps): bump github/super-linter from 4.2.2 to 4.3.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 884f705d5..4a5f49521 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 |
