Skip to content

Commit cdd3fe3

Browse files
authored
Merge pull request #7318 from bndtools/dependabot/github_actions/ruby/setup-ruby-1.319.0
bump ruby/setup-ruby from 1.316.0 to 1.319.0
2 parents f2e60b1 + f146051 commit cdd3fe3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Git Checkout
4242
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
4343
- name: Set up Ruby
44-
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9
44+
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600
4545
with:
4646
ruby-version: 3.4.5
4747
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@d45b1a4e94b71acab930e56e79c6aa188764e7f9
44+
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600
4545
with:
4646
ruby-version: 3.4.5
4747
bundler-cache: true

0 commit comments

Comments
 (0)