Skip to content

Commit fc17970

Browse files
authored
Lock Ruby version to 3.1.1
Bundler fails to install gems because Ruby version is bumped automatically
1 parent 4106962 commit fc17970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
- name: Set up Ruby
3939
uses: ruby/setup-ruby@v1
4040
with:
41-
ruby-version: "3.1"
41+
ruby-version: "3.1.1"
4242

4343
- name: Install RubyGems
4444
run: bundle install --gemfile=$GITHUB_ACTION_PATH/Gemfile

0 commit comments

Comments
 (0)