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 b84e304 commit e01fce7Copy full SHA for e01fce7
.github/workflows/release.yml
@@ -7,9 +7,9 @@ jobs:
7
luarocks-upload:
8
runs-on: ubuntu-22.04
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- name: LuaRocks Upload
12
- uses: nvim-neorocks/luarocks-tag-release@v2.0.0
+ uses: nvim-neorocks/luarocks-tag-release@v7
13
env:
14
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
15
with:
0 commit comments