We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ce36a commit 7d10b5aCopy full SHA for 7d10b5a
.github/workflows/maven.yml
@@ -79,7 +79,7 @@ jobs:
79
cache: maven
80
81
- name: Setup JRuby
82
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
+ uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
83
with:
84
ruby-version: jruby-${{ matrix.jruby_version }}
85
bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility
0 commit comments