diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-16 07:57:58 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-16 07:57:58 +0900 |
| commit | 3401396a16f0cc53cc9a2908b9891bdec9ce3888 (patch) | |
| tree | d2a487ae5c249b77d8160e2c68d5ebec4b96160b | |
| parent | 70f31d4bb4b251d13c959557552e1c285878f5f3 (diff) | |
| parent | 1284c0615e9277228d08090506bb3feb5ea3c8d4 (diff) | |
| download | mruby-3401396a16f0cc53cc9a2908b9891bdec9ce3888.tar.gz mruby-3401396a16f0cc53cc9a2908b9891bdec9ce3888.zip | |
Merge pull request #5508 from mruby/dependabot/github_actions/github/super-linter-4.5.0
build(deps): bump github/super-linter from 4.4.1 to 4.5.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 5637475c7..56ed6e76c 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 |
