summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-18 14:05:53 +0000
committerGitHub <[email protected]>2021-10-18 14:05:53 +0000
commitcdccb5ea13354f38912244c17db533ef42389e7c (patch)
tree47281bc211042fcfb762596a7d2c79074e9a7ae0 /.github/workflows/lint.yml
parent10edda96980c518714b54b10261677603ff1c5f4 (diff)
downloadmruby-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/lint.yml')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 3e89c0328..6c08915c4 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Install
run: wget -O - -q https://git.io/misspell | sh -s -- -b .
- name: Misspell
@@ -17,7 +17,7 @@ jobs:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Check merge conflict
run: |
python -m pip install --upgrade pip