Skip to content

Commit c6ca46d

Browse files
authored
Merge pull request #4658 from fluent/dependabot/github_actions/ruby/setup-ruby-1.195.0
build(deps): bump ruby/setup-ruby from 1.194.0 to 1.195.0
2 parents 5c3b71f + ca9c202 commit c6ca46d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-ruby-head.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2323
- name: Set up Ruby
24-
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194.0
24+
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
2525
with:
2626
ruby-version: ${{ matrix.ruby-version }}
2727
- name: Install addons

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030
- name: Set up Ruby
31-
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1.194.0
31+
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
3232
with:
3333
ruby-version: ${{ matrix.ruby-version }}
3434
- name: Install addons

0 commit comments

Comments
 (0)