We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595dabb commit ccfb013Copy full SHA for ccfb013
action.yml
@@ -51,7 +51,7 @@ runs:
51
ruby-version: 3.2 # Not needed with a .ruby-version file
52
53
- name: Cache Ruby Gems
54
- uses: actions/cache@v3
+ uses: actions/cache@v4
55
with:
56
path: ${{ github.action_path }}
57
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments