Skip to content

Commit

Permalink
Merge pull request #313 from ably/fix/ruby-version-on-github-actions
Browse files Browse the repository at this point in the history
[FIX] Bump Ruby version used in release action
  • Loading branch information
kennethkalmer authored Feb 8, 2024
2 parents 4304510 + d58f68a commit 5831c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: "main"
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
ruby-version: 3.1.2
bundler-cache: true
- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 5831c28

Please sign in to comment.