Skip to content

Commit a7b668e

Browse files
committed
c
1 parent 6af55e8 commit a7b668e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Run Test Cases
7878
shell: bash
7979
run: |
80-
luarocks install vusted
80+
luarocks --lua-version=5.1 install vusted
8181
vusted ./spec
8282
code_coverage:
8383
name: Code Coverage
@@ -130,7 +130,7 @@ jobs:
130130
release-type: simple
131131
package-name: gitlinker.nvim
132132
- uses: actions/checkout@v4
133-
- uses: nvim-neorocks/luarocks-tag-release@v5
133+
- uses: nvim-neorocks/luarocks-tag-release@v7
134134
if: ${{ steps.release.outputs.release_created }}
135135
env:
136136
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}

0 commit comments

Comments
 (0)