V4 cache
All checks were successful
Ruby CI / test (pull_request) Successful in 46s

This commit is contained in:
Andrew Tomaka 2024-07-05 00:17:53 -04:00
parent 2eadd0ff89
commit de6a7acff2
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

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