Skip to content

Commit

Permalink
Merge pull request #81 from hsbt/suppress-warnings
Browse files Browse the repository at this point in the history
Use latest stable versions for ruby/setup-ruby and actions/cache
  • Loading branch information
ssaunier committed Feb 16, 2023
2 parents 3a56327 + 2aaf909 commit b1319f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -42,12 +42,12 @@ inputs:
runs:
using: "composite"
steps:
- uses: ruby/setup-ruby@v1.81.0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7 # Not needed with a .ruby-version file

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

0 comments on commit b1319f7

Please sign in to comment.