Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ruby/setup-ruby digest to 713e0f1 #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Set up Ruby
uses: ruby/setup-ruby@6cecb48364174b0952995175c55f9bf5527e6682
uses: ruby/setup-ruby@713e0f1ab5cfaefd8883297722a07ab6d2e47305
with:
ruby-version: '3.1'
- run: java -version
Expand Down
Loading