diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-09-10 10:15:20 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-10 10:15:20 +0900 |
| commit | c0f39bcaaf3b12180b4d245ca9446de1b0313a21 (patch) | |
| tree | c15dfd4fc51fd97a2a37240f733c920c67761f39 | |
| parent | 7e612b1c892356f756635cdfb2df701c53d31052 (diff) | |
| parent | a7e85bb7e98cb48c9442c280f2e78a8cc0179127 (diff) | |
| download | mruby-c0f39bcaaf3b12180b4d245ca9446de1b0313a21.tar.gz mruby-c0f39bcaaf3b12180b4d245ca9446de1b0313a21.zip | |
Merge pull request #5549 from mruby/dependabot/github_actions/github/super-linter-4.7.3
build(deps): bump github/super-linter from 4.7.2 to 4.7.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 189068b98..33e560733 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 |
