File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010 with :
1111 token : ${{ secrets.GITHUB_TOKEN }}
1212 - name : Stylua
2121 name : pandoc to vimdoc
2222 if : ${{ github.ref == 'refs/heads/main' }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 with :
2626 token : ${{ secrets.GITHUB_TOKEN }}
2727 - name : panvimdoc
4242 permissions :
4343 contents : write
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646 with :
4747 token : ${{ secrets.GITHUB_TOKEN }}
4848 - uses : rhysd/action-setup-vim@v1
Original file line number Diff line number Diff line change 2323 release-type : simple
2424 package-name : hurl.nvim
2525 token : ${{ secrets.GITHUB_TOKEN }}
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 with :
2828 token : ${{ secrets.GITHUB_TOKEN }}
2929 - name : tag stable versions
You can’t perform that action at this time.
0 commit comments