Skip to content

Commit c71cd81

Browse files
authored
Merge pull request #54 from github/dependabot/github_actions/ruby/setup-ruby-1.230.0
Bump ruby/setup-ruby from 1.229.0 to 1.230.0
2 parents 4ef1041 + a62ae66 commit c71cd81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cibuild.yaml

Lines changed: 1 addition & 1 deletion
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@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
17+
- uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230.0
1818
with:
1919
ruby-version: ${{ matrix.ruby }}
2020
- name: script/cibuild

.github/workflows/pages-gem.yml

Lines changed: 1 addition & 1 deletion
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@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
17+
uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 # v1.230.0
1818
with:
1919
ruby-version: "3.3"
2020
- name: Build gem

0 commit comments

Comments
 (0)