Skip to content

Commit b3ef59e

Browse files
Merge pull request #18712 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.200.0
build(deps): bump ruby/setup-ruby from 1.199.0 to 1.200.0
2 parents cf06bfd + 6053cf7 commit b3ef59e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: vale docs/
5656

5757
- name: Install Ruby
58-
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
58+
uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1.200.0
5959
with:
6060
bundler-cache: true
6161
working-directory: docs

.github/workflows/rubydoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Install Ruby
46-
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
46+
uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1.200.0
4747
with:
4848
bundler-cache: true
4949
working-directory: rubydoc

0 commit comments

Comments
 (0)