mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-02-17 01:22:44 +08:00
Merge pull request #2609 from thomasmerz/fix_node12_deprecation
🩹 fix deprecation warning: Node.js 12 actions are deprecated.
This commit is contained in:
commit
1cdb8824a0
2
.github/workflows/reviewdog.yml
vendored
2
.github/workflows/reviewdog.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
name: runner / vint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@master
|
||||
- name: vint
|
||||
uses: reviewdog/action-vint@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user