File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments