diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-09-02 07:26:25 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-02 07:26:25 +0900 |
| commit | 161f2403b3361c1d1a48c5410dea344db30a08ec (patch) | |
| tree | b2711a28bdc0c167f3bf5d956d4df897cd4fbbac /.github/workflows | |
| parent | de9bf8643212f711779fcb50a937d2976f704023 (diff) | |
| parent | a6bb53f65a7b5a9fdaa703d0365bc99c6956af5c (diff) | |
| download | mruby-161f2403b3361c1d1a48c5410dea344db30a08ec.tar.gz mruby-161f2403b3361c1d1a48c5410dea344db30a08ec.zip | |
Merge pull request #5545 from mruby/dependabot/github_actions/github/super-linter-4.7.1
build(deps): bump github/super-linter from 4.6.3 to 4.7.1
Diffstat (limited to '.github/workflows')
| -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 3c3bd3192..2e9a52d0f 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 |
