Skip to content

Commit 31afe50

Browse files
committed
Udpated Github Actions to run latest setup-ruby action
1 parent 3e76fbf commit 31afe50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
9+
- uses: ruby/setup-ruby@v1
1010
with:
11-
ruby-version: 2.7
11+
ruby-version: 3.4
1212
bundler-cache: true
1313
- run: bundle install
1414
- run: bundle exec rspec

0 commit comments

Comments
 (0)