diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-09-09 07:34:02 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-09 07:34:02 +0900 |
| commit | a3fe04eda2b68b73486e5dbba2f7ebc6722f5e42 (patch) | |
| tree | b1241ad51ab31370a9efb144c7e1a3b99cf15980 | |
| parent | e4a0728b24831dbe83e3210cefb345d991ebccc6 (diff) | |
| parent | ddf2a496220b742b543cc0fa8ea0855b96a0ffd4 (diff) | |
| download | mruby-a3fe04eda2b68b73486e5dbba2f7ebc6722f5e42.tar.gz mruby-a3fe04eda2b68b73486e5dbba2f7ebc6722f5e42.zip | |
Merge pull request #5548 from mruby/dependabot/github_actions/github/super-linter-4.7.2
build(deps): bump github/super-linter from 4.7.1 to 4.7.2
| -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 2e9a52d0f..189068b98 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 |
