Skip to content

Commit

Permalink
Update action.yml (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apakottur committed Apr 4, 2024
1 parent 595dabb commit ccfb013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
ruby-version: 3.2 # Not needed with a .ruby-version file

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

0 comments on commit ccfb013

Please sign in to comment.