Update actions/cache action to v5

This commit is contained in:
renovate[bot]
2025-12-11 22:34:15 +00:00
committed by Stefan Ceriu
parent 1e0bbce3c4
commit f6cdb10623
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}