We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef584c commit a81b123Copy full SHA for a81b123
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
contents: write
12
if: ${{ github.ref == 'refs/heads/main' }}
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: panvimdoc
16
uses: kdheepak/panvimdoc@main
17
with:
0 commit comments