We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9186bbd commit 9c62af8Copy full SHA for 9c62af8
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
install-rg: choco install nodejs-lts curl
24
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
28
- uses: rhysd/action-setup-vim@v1
29
with:
.github/workflows/update-copilot-nodejs.yaml
@@ -14,7 +14,7 @@ jobs:
14
if: github.repository == 'zbirenbaum/copilot.lua'
15
16
- name: Checkout repository
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
19
- name: Create directory
20
run: |
.github/workflows/vimdocgen.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
name: Convert Markdown to Vimdoc
- uses: kdheepak/panvimdoc@main
21
22
vimdoc: "copilot"
0 commit comments