Skip to content

Commit 4b08abb

Browse files
authored
Merge pull request #83 from asonas/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents fc7a2c8 + 5a8803c commit 4b08abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
submodules: "true"
4747

4848
- name: Cache vendor/bundle
49-
uses: actions/cache@v1
49+
uses: actions/cache@v3
5050
id: cache_gem
5151
with:
5252
path: vendor/bundle

0 commit comments

Comments
 (0)