Update actions/cache action to v4

This commit is contained in:
renovate[bot]
2024-05-17 21:23:02 +00:00
committed by Doug
parent 797d990bc9
commit 6a566da69e
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ jobs:
steps:
- uses: nschloe/action-cached-lfs-checkout@v1
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}