Skip to content

Commit

Permalink
updating actions and Step versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TwP committed Jun 8, 2024
1 parent aec3063 commit 63d4b9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.1', '3.2', 'jruby']
ruby-version: ['2.7', '3.1', '3.2', '3.3', 'jruby']

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -30,7 +30,7 @@ jobs:
bundler-cache: true

- name: Setup Gem Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 63d4b9e

Please sign in to comment.