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): bump ruby/setup-ruby from 1.165.1 to 1.167.0 #108

Closed
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install Ruby and gems
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88
uses: ruby/setup-ruby@b203567269b5bbc256dbc1c84f7495913f977353
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install Ruby and gems
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88
uses: ruby/setup-ruby@b203567269b5bbc256dbc1c84f7495913f977353
with:
bundler-cache: true
ruby-version: "3.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install Ruby and gems
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88
uses: ruby/setup-ruby@b203567269b5bbc256dbc1c84f7495913f977353
with:
bundler-cache: true
ruby-version: "3.1"
Expand Down