Skip to content

Commit 873c813

Browse files
authored
chore(deps): update actions/cache action to v5 (#25)
2 parents 080bafd + 35bf745 commit 873c813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: leafo/gh-actions-luarocks@v4
5656

5757
- name: Cache LuaRocks packages
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: ~/.luarocks
6161
key: ${{ runner.os }}-luarocks-${{ hashFiles('Makefile') }}

0 commit comments

Comments
 (0)