upgrade actions/cache to v4

This commit is contained in:
Justin Cooper 2025-03-04 09:36:35 -06:00 committed by GitHub
parent 6a64b40038
commit 30cf3a8891
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ jobs:
with:
ruby-version: ${{ env.ruby-version }}
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: vendor/bundle
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}