Skip to content

Commit a2730a4

Browse files
Bump actions/cache from 4 to 5 (#217)
1 parent 4bf6c2e commit a2730a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
bundler-cache: true
6060

6161
- name: Prepare RuboCop cache
62-
uses: actions/cache@v4
62+
uses: actions/cache@v5
6363
env:
6464
DEPENDENCIES_HASH: ${{ hashFiles('.ruby-version', '**/.rubocop.yml', '**/.rubocop_todo.yml', 'Gemfile.lock') }}
6565
with:

0 commit comments

Comments
 (0)