nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit c46e12a886b4a6618a9e834c90f6245952567115
parent fc85a6f07c2cd694be93496ffad75be126240068
Author: Caleb Maclennan <caleb@alerque.com>
Date:   Wed, 21 Jun 2023 10:30:25 +0300

ci: Update vimscript linter workflow with latest GH Action

Diffstat:
M.github/workflows/vint.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/vint.yml b/.github/workflows/vint.yml
@@ -7,9 +7,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Checkout
-      uses: actions/checkout@master
+      uses: actions/checkout@v3
     - name: Run vint with reviewdog
-      uses: reviewdog/action-vint@v1.0.1
+      uses: reviewdog/action-vint@v1
       with:
         github_token: ${{ secrets.github_token }}
         reporter: github-pr-review