From feaae1b87b4a800ceee939bcd26f9ebfd7969aa4 Mon Sep 17 00:00:00 2001 From: Mathias Fussenegger Date: Fri, 9 Aug 2024 10:18:41 +0200 Subject: [PATCH] Update luarocks-tag-release GHA to v7 Might help with https://github.com/mfussenegger/nvim-dap/issues/1269 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a55c23dd..a1200237 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,9 +7,9 @@ jobs: luarocks-upload: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: LuaRocks Upload - uses: nvim-neorocks/luarocks-tag-release@v2.0.0 + uses: nvim-neorocks/luarocks-tag-release@v7 env: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} with: