-
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.180.0 to 1.180.1 (#1023)
* chore: bump ruby/setup-ruby from 1.180.0 to 1.180.1 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.180.0 to 1.180.1. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](ruby/setup-ruby@v1.180.0...v1.180.1) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * squash: bump test files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ariel Valentin <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
- Loading branch information
1 parent
fd601cf
commit a38d4f3
Showing
8 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -66,7 +66,7 @@ runs: | |
# ...but not for appraisals, sadly. | ||
- name: Install Ruby ${{ inputs.ruby }} with dependencies | ||
if: "${{ steps.setup.outputs.appraisals == 'false' }}" | ||
uses: ruby/[email protected].0 | ||
uses: ruby/[email protected].1 | ||
with: | ||
ruby-version: "${{ inputs.ruby }}" | ||
working-directory: "${{ steps.setup.outputs.gem_dir }}" | ||
|
@@ -77,7 +77,7 @@ runs: | |
# If we're using appraisals, do it all manually. | ||
- name: Install Ruby ${{ inputs.ruby }} without dependencies | ||
if: "${{ steps.setup.outputs.appraisals == 'true' }}" | ||
uses: ruby/[email protected].0 | ||
uses: ruby/[email protected].1 | ||
with: | ||
ruby-version: "${{ inputs.ruby }}" | ||
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
# ATTENTION: Dependabot does not know how to update shared actions file. | ||
# If you see it update setup-ruby here also update it as part of actions/test_gem/action.yml | ||
- 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 |
---|---|---|
|
@@ -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 |
---|---|---|
|
@@ -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 | ||
|