Skip to content

Commit ccfb013

Browse files
authored
Update action.yml (#99)
1 parent 595dabb commit ccfb013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
ruby-version: 3.2 # Not needed with a .ruby-version file
5252

5353
- name: Cache Ruby Gems
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
with:
5656
path: ${{ github.action_path }}
5757
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)