Skip to content

Commit

Permalink
Merge pull request #17 from dxw/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v4
  • Loading branch information
rjw1 authored Jul 19, 2024
2 parents c9ae1af + 6d2d50f commit 9973349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

# Use GitHub Actions' cache to shorten build times and decrease load on servers
- name: Setup cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
Expand Down

0 comments on commit 9973349

Please sign in to comment.