Skip to content

Commit

Permalink
ghaction ver2
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Dec 18, 2023
1 parent f91c3d5 commit 2533167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.0
uses: actions/setup-ruby@v1
uses: actions/setup-ruby@v2
with:
ruby-version: 3.0

Expand All @@ -40,7 +40,7 @@ jobs:

# Try to retrieve the gems from the cache
- name: 'Cache Gems'
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 2533167

Please sign in to comment.