From edd4e25fd4f8923f9e2816e27b5d1b1b5fff7a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:14:07 +0300 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 (#2773) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/luarocks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index 122ed117..968d3019 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -8,7 +8,7 @@ jobs: luarocks-upload: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: LuaRocks Upload uses: nvim-neorocks/luarocks-tag-release@v5 env: