-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump ruby/setup-ruby from 1.175.0 to 1.175.1 (#945)
- Loading branch information
1 parent
9ebbb71
commit 8336dec
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: ruby/[email protected].0 | ||
- uses: ruby/[email protected].1 | ||
with: | ||
ruby-version: ${{ matrix.ruby-version }} | ||
- name: "Install Latest Gem Versions on ${{ matrix.ruby-version }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Ruby ${{ env.ruby_version }} | ||
uses: ruby/[email protected].0 | ||
uses: ruby/[email protected].1 | ||
with: | ||
ruby-version: ${{ env.ruby_version }} | ||
- name: Checkout repo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Ruby ${{ env.ruby_version }} | ||
uses: ruby/[email protected].0 | ||
uses: ruby/[email protected].1 | ||
with: | ||
ruby-version: ${{ env.ruby_version }} | ||
- name: Checkout repo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Ruby ${{ env.ruby_version }} | ||
uses: ruby/[email protected].0 | ||
uses: ruby/[email protected].1 | ||
with: | ||
ruby-version: ${{ env.ruby_version }} | ||
- name: Checkout repo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
chmod 0600 $HOME/.gem/credentials | ||
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials | ||
- uses: ruby/[email protected].0 | ||
- uses: ruby/[email protected].1 | ||
with: | ||
ruby-version: "3.0" | ||
bundler: latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Ruby ${{ env.ruby_version }} | ||
uses: ruby/[email protected].0 | ||
uses: ruby/[email protected].1 | ||
with: | ||
ruby-version: ${{ env.ruby_version }} | ||
- name: Checkout repo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Ruby ${{ env.ruby_version }} | ||
uses: ruby/[email protected].0 | ||
uses: ruby/[email protected].1 | ||
with: | ||
ruby-version: ${{ env.ruby_version }} | ||
- name: Checkout repo | ||
|