Skip to content

Commit

Permalink
Merge pull request #53 from simplybusiness/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-4
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
2 parents 534c317 + 7b854ef commit 12d7b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
ruby-version: ${{matrix.ruby}}

- uses: actions/cache@v1
- uses: actions/cache@v4
with:
path: vendor/bundle
key: bundle-use-ruby-${{matrix.os}}-${{matrix.ruby}}-${{hashFiles('**/${{matrix.gemfile}}')}}
Expand Down

0 comments on commit 12d7b3e

Please sign in to comment.