Skip to content

Commit a5379d6

Browse files
committed
Try new cache version in github action
1 parent f44e979 commit a5379d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rubocop-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: bundle add code-scanning-rubocop --version 0.4.0 --skip-install
2525

2626
- name: Setup Bundler cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: vendor/bundle
3030
key: bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)