diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-11-16 16:59:10 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-16 16:59:10 +0900 |
| commit | e3e54453a711461b9e39fa7c4fc6cbdd75120feb (patch) | |
| tree | 50783b031f4266644b51f4a3600b9abbe11f2727 | |
| parent | e0a3800e5d6051943458d0188766ff771f7204be (diff) | |
| parent | 927812a7e6217dd0f262c5d85c99c642dc3df874 (diff) | |
| download | mruby-e3e54453a711461b9e39fa7c4fc6cbdd75120feb.tar.gz mruby-e3e54453a711461b9e39fa7c4fc6cbdd75120feb.zip | |
Merge pull request #5576 from mruby/dependabot/github_actions/github/super-linter-4.8.3
build(deps): bump github/super-linter from 4.8.1 to 4.8.3
| -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 df453bdce..876068aaf 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 |
