Skip to content

Commit 0745fe3

Browse files
committed
ci: update luarocks-release
1 parent d7f9cf4 commit 0745fe3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/luarocks-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
luarocks-upload:
99
runs-on: ubuntu-22.04
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414
- name: Set LuaRocks version
1515
run: echo "LUAROCKS_VERSION=0.0.$(git log --oneline | wc -l)" >> $GITHUB_ENV
1616
- name: Get new commit count
1717
run: echo "NEW_COMMIT_COUNT=$(git log --oneline --since '24 hours ago' | wc -l)" >> $GITHUB_ENV
1818
- name: LuaRocks Upload
19-
uses: nvim-neorocks/luarocks-tag-release@v5
19+
uses: nvim-neorocks/luarocks-tag-release@v7
2020
if: ${{ env.NEW_COMMIT_COUNT > 0 }}
2121
env:
2222
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}

0 commit comments

Comments
 (0)