Skip to content

Commit

Permalink
Merge pull request #56 from willnet/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3

Bump actions/cache from 1 to 3
  • Loading branch information
willnet committed Jul 2, 2023
2 parents 014c2ae + adc09ae commit a6b9ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache vendor/bundle
uses: actions/cache@v1
uses: actions/cache@v3
id: cache_gem
with:
path: vendor/bundle
Expand Down

0 comments on commit a6b9ec8

Please sign in to comment.