summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-10-19 08:06:28 +0900
committerGitHub <[email protected]>2021-10-19 08:06:28 +0900
commitb6b4ac8270fcef135291cbde60d18f1c8a4c98e4 (patch)
tree47281bc211042fcfb762596a7d2c79074e9a7ae0 /.github/workflows/lint.yml
parent10edda96980c518714b54b10261677603ff1c5f4 (diff)
parentcdccb5ea13354f38912244c17db533ef42389e7c (diff)
downloadmruby-b6b4ac8270fcef135291cbde60d18f1c8a4c98e4.tar.gz
mruby-b6b4ac8270fcef135291cbde60d18f1c8a4c98e4.zip
Merge pull request #5560 from mruby/dependabot/github_actions/actions/checkout-2.3.5
build(deps): bump actions/checkout from 2.3.4 to 2.3.5
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