Merge pull request #2609 from thomasmerz/fix_node12_deprecation

🩹 fix deprecation warning: Node.js 12 actions are deprecated.
This commit is contained in:
Christian Brabandt 2022-12-14 16:23:50 +01:00 committed by GitHub
commit 1cdb8824a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: