summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-11-04 07:48:14 +0900
committerGitHub <[email protected]>2021-11-04 07:48:14 +0900
commitb940ed69d9acc51ed06c3e97364d94253f41e378 (patch)
tree70d341b4cc8b58a7bd5fd69cfb21c689a1f5b47c /.github/workflows/lint.yml
parent36efd018e2d297636a3aa2799d214a8675a14e0c (diff)
parentb8b5d4094f4c1a34ca58d1acbaab2650df7fb228 (diff)
downloadmruby-b940ed69d9acc51ed06c3e97364d94253f41e378.tar.gz
mruby-b940ed69d9acc51ed06c3e97364d94253f41e378.zip
Merge pull request #5571 from mruby/dependabot/github_actions/actions/checkout-2.4.0
build(deps): bump actions/checkout from 2.3.5 to 2.4.0
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 6c08915c4..51c50faf9 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