Skip to content

Commit 049d499

Browse files
committed
ci: temporarily pin to setup-ruby with windows ruby 4
ruby/setup-ruby#846
1 parent 40cdd3c commit 049d499

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
BUNDLE_WITHOUT: "" # we need rubocop, obviously
3939
steps:
4040
- uses: actions/checkout@v6
41-
- uses: ruby/setup-ruby@v1
41+
- uses: ruby/setup-ruby@d3e3bd032ad2222a8ac878bbccf2aba78864e134
4242
with:
4343
ruby-version: "3.4"
4444
bundler-cache: true
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
path: ports/archives
193193
key: ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
194-
- uses: ruby/setup-ruby@v1
194+
- uses: ruby/setup-ruby@d3e3bd032ad2222a8ac878bbccf2aba78864e134
195195
with:
196196
ruby-version: "3.4"
197197
bundler-cache: true
@@ -209,7 +209,7 @@ jobs:
209209
with:
210210
path: ports/archives
211211
key: ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
212-
- uses: ruby/setup-ruby@v1
212+
- uses: ruby/setup-ruby@d3e3bd032ad2222a8ac878bbccf2aba78864e134
213213
with:
214214
ruby-version: "3.4"
215215
bundler-cache: true
@@ -344,7 +344,7 @@ jobs:
344344
runs-on: ${{ matrix.os }}
345345
steps:
346346
- uses: actions/checkout@v6
347-
- uses: ruby/setup-ruby@v1
347+
- uses: ruby/setup-ruby@d3e3bd032ad2222a8ac878bbccf2aba78864e134
348348
with:
349349
ruby-version: "${{ matrix.ruby }}"
350350
- uses: actions/download-artifact@v6

0 commit comments

Comments
 (0)