Skip to content

Commit 11ff648

Browse files
chore: bump ruby/setup-ruby from 1.193.0 to 1.194.0 (#45)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.193.0 to 1.194.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@f321cf5...c04af2b) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7595320 commit 11ff648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/citation-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4545

4646
- name: Setup Ruby ${{ needs.get-ruby-version.outputs.version }}
47-
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0
47+
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194.0
4848
with:
4949
ruby-version: ${{ needs.get-ruby-version.outputs.version }}
5050

.github/workflows/document-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5959

6060
- name: Setup Ruby ${{ needs.get-ruby-version.outputs.version }}
61-
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0
61+
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194.0
6262
with:
6363
ruby-version: ${{ needs.get-ruby-version.outputs.version }}
6464

0 commit comments

Comments
 (0)