Skip to content

Commit 19f24ca

Browse files
committed
bump actions/cache
1 parent 7667358 commit 19f24ca

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
@@ -11,7 +11,7 @@ jobs:
1111
uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: 3.4.3
14-
- uses: actions/cache@v2
14+
- uses: actions/cache@v4
1515
with:
1616
path: vendor/bundle
1717
key: gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)