Skip to content

Commit 403864b

Browse files
dependabot[bot]Freed-Wu
authored andcommitted
⬆️ Bump nvim-neorocks/luarocks-tag-release from 5 to 7
Bumps [nvim-neorocks/luarocks-tag-release](https://github.com/nvim-neorocks/luarocks-tag-release) from 5 to 7. - [Release notes](https://github.com/nvim-neorocks/luarocks-tag-release/releases) - [Changelog](https://github.com/nvim-neorocks/luarocks-tag-release/blob/master/CHANGELOG.md) - [Commits](nvim-neorocks/luarocks-tag-release@v5...v7) --- updated-dependencies: - dependency-name: nvim-neorocks/luarocks-tag-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5c229f commit 403864b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: nvim-neorocks/luarocks-tag-release@v5
16+
- uses: nvim-neorocks/luarocks-tag-release@v7
1717
env:
1818
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
1919
if: "! startsWith(github.ref, 'refs/tags/')"
@@ -23,7 +23,7 @@ jobs:
2323
template: template.rockspec
2424
name: prompt-style
2525
version: scm
26-
- uses: nvim-neorocks/luarocks-tag-release@v5
26+
- uses: nvim-neorocks/luarocks-tag-release@v7
2727
env:
2828
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
2929
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)