From 35bf7451dd924447cd1d53f52bf8713792efe6d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:48:03 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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 7170ae4..7f58459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: uses: leafo/gh-actions-luarocks@v4 - name: Cache LuaRocks packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.luarocks key: ${{ runner.os }}-luarocks-${{ hashFiles('Makefile') }}