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 6af55e8 commit a7b668eCopy full SHA for a7b668e
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Run Test Cases
78
shell: bash
79
run: |
80
- luarocks install vusted
+ luarocks --lua-version=5.1 install vusted
81
vusted ./spec
82
code_coverage:
83
name: Code Coverage
@@ -130,7 +130,7 @@ jobs:
130
release-type: simple
131
package-name: gitlinker.nvim
132
- uses: actions/checkout@v4
133
- - uses: nvim-neorocks/luarocks-tag-release@v5
+ - uses: nvim-neorocks/luarocks-tag-release@v7
134
if: ${{ steps.release.outputs.release_created }}
135
env:
136
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
0 commit comments