From 76e9c17152640302046ef2a82ddab43534ef9fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:15:53 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d4256f..7b8a40f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: uses: leafo/gh-actions-luarocks@v6 - name: Cache LuaRocks packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.luarocks key: ${{ runner.os }}-luarocks-${{ hashFiles('Makefile') }}