Skip to content

Commit 4bb148a

Browse files
authored
Merge pull request #50 from github/dependabot/github_actions/ruby/setup-ruby-1.227.0
Bump ruby/setup-ruby from 1.226.0 to 1.227.0
2 parents aec9321 + 9f0e4a3 commit 4bb148a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cibuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe # v1.226.0
17+
- uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
1818
with:
1919
ruby-version: ${{ matrix.ruby }}
2020
- name: script/cibuild

.github/workflows/pages-gem.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
- name: Setup Ruby
17-
uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe # v1.226.0
17+
uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
1818
with:
1919
ruby-version: "3.3"
2020
- name: Build gem

0 commit comments

Comments
 (0)