Skip to content

Commit e0e41f1

Browse files
authored
Merge pull request #6472 from bndtools/dependabot/github_actions/ruby/setup-ruby-1.221.0
Bump ruby/setup-ruby from 1.219.0 to 1.221.0
2 parents 3842a0d + 9fa764b commit e0e41f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
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@f2f42b7848feff522ffa488a5236ba0a73bccbdd
41+
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777
4242
with:
4343
ruby-version: 2.7
4444
bundler-cache: true

.github/workflows/postrelease.yml

+1-1
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@f2f42b7848feff522ffa488a5236ba0a73bccbdd
44+
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777
4545
with:
4646
ruby-version: 2.7
4747
bundler-cache: true

0 commit comments

Comments
 (0)