Skip to content

Commit e01fce7

Browse files
committed
Update luarocks-tag-release GHA to v7
Might help with #1269
1 parent b84e304 commit e01fce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
luarocks-upload:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: LuaRocks Upload
12-
uses: nvim-neorocks/luarocks-tag-release@v2.0.0
12+
uses: nvim-neorocks/luarocks-tag-release@v7
1313
env:
1414
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
1515
with:

0 commit comments

Comments
 (0)