Skip to content

Commit 042e031

Browse files
authored
Merge pull request #6432 from bndtools/dependabot/github_actions/ruby/setup-ruby-1.213.0
Bump ruby/setup-ruby from 1.210.0 to 1.213.0
2 parents 0ba3321 + 7060a77 commit 042e031

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Git Checkout
3939
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4040
- name: Set up Ruby
41-
uses: ruby/setup-ruby@1d542747a7bad621e02253945b8491142044d3b7
41+
uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3
4242
with:
4343
ruby-version: 2.7
4444
bundler-cache: true

.github/workflows/postrelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
ref: next
4343
- name: Set up Ruby
44-
uses: ruby/setup-ruby@1d542747a7bad621e02253945b8491142044d3b7
44+
uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3
4545
with:
4646
ruby-version: 2.7
4747
bundler-cache: true

0 commit comments

Comments
 (0)