Skip to content

Commit

Permalink
Merge pull request #83 from asonas/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
sue445 committed Jan 15, 2023
2 parents fc7a2c8 + 5a8803c commit 4b08abb
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 @@ -46,7 +46,7 @@ jobs:
submodules: "true"

- 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 4b08abb

Please sign in to comment.