diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-18 14:05:53 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-18 14:05:53 +0000 |
| commit | cdccb5ea13354f38912244c17db533ef42389e7c (patch) | |
| tree | 47281bc211042fcfb762596a7d2c79074e9a7ae0 /.github/workflows/super-linter.yml | |
| parent | 10edda96980c518714b54b10261677603ff1c5f4 (diff) | |
| download | mruby-cdccb5ea13354f38912244c17db533ef42389e7c.tar.gz mruby-cdccb5ea13354f38912244c17db533ef42389e7c.zip | |
build(deps): bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/super-linter.yml')
| -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 c22a2c8d3..043cac9de 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -12,7 +12,7 @@ jobs: name: Lint Code Base runs-on: ubuntu-latest steps: - - uses: actions/[email protected] + - uses: actions/[email protected] - uses: github/[email protected] env: ERROR_ON_MISSING_EXEC_BIT: true |
