We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c194910 + d731693 commit fd78608Copy full SHA for fd78608
.github/workflows/cibuild.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
steps:
16
- uses: actions/checkout@v5
17
- - uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
+ - uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
18
with:
19
ruby-version: ${{ matrix.ruby }}
20
- name: script/cibuild
.github/workflows/pages-gem.yml
- name: Checkout
uses: actions/checkout@v5
- name: Setup Ruby
- uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
+ uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
ruby-version: "3.3"
- name: Build gem
0 commit comments