Skip to content

Commit 89fab4c

Browse files
authored
Merge pull request #3284 from rails/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents a6f94d6 + 0c55cba commit 89fab4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v3
2525
with:
2626
path: /home/runner/bundle
2727
key: bundle-use-ruby-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)