diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-24 13:21:08 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-24 13:21:08 +0900 |
| commit | 1f90a397994376451e1efd2055c25a240832d5a1 (patch) | |
| tree | e84c2587f8b2bb6f8b0e2134c49b0c01d8187574 | |
| parent | 9c43276eb51d81ed6f62ec1810c944580caebc40 (diff) | |
| parent | 5b3a4b36c7e48a3d646ba4babbe7d2e4a0f930c9 (diff) | |
| download | mruby-1f90a397994376451e1efd2055c25a240832d5a1.tar.gz mruby-1f90a397994376451e1efd2055c25a240832d5a1.zip | |
Merge pull request #5514 from mruby/dependabot/github_actions/github/super-linter-4.5.1
build(deps): bump github/super-linter from 4.5.0 to 4.5.1
| -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 56ed6e76c..a42f59b5c 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 |
