mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Update the latest versions of actions
This commit is contained in:
parent
95f2c78fc2
commit
1b476606f2
2
.github/workflows/annocheck.yml
vendored
2
.github/workflows/annocheck.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
builddir: build
|
||||
makeup: true
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: '3.1'
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/auto_review_pr.yml
vendored
2
.github/workflows/auto_review_pr.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6.0.1
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: '3.4'
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/baseruby.yml
vendored
2
.github/workflows/baseruby.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
- ruby-3.3
|
||||
|
||||
steps:
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/check_dependencies.yml
vendored
2
.github/workflows/check_dependencies.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
- uses: ./.github/actions/setup/directories
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: '3.1'
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/modgc.yml
vendored
2
.github/workflows/modgc.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
uses: ./.github/actions/setup/ubuntu
|
||||
if: ${{ contains(matrix.os, 'ubuntu') }}
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: '3.1'
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/parse_y.yml
vendored
2
.github/workflows/parse_y.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
- uses: ./.github/actions/setup/ubuntu
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: '3.1'
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/spec_guards.yml
vendored
2
.github/workflows/spec_guards.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/sync_default_gems.yml
vendored
2
.github/workflows/sync_default_gems.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
token: ${{ github.repository == 'ruby/ruby' && secrets.MATZBOT_AUTO_UPDATE_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: '3.4'
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
with:
|
||||
arch: ${{ matrix.arch }}
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: '3.1'
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
run: |
|
||||
echo "WASI_SDK_PATH=/opt/wasi-sdk" >> $GITHUB_ENV
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: '3.1'
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
- run: md build
|
||||
working-directory:
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
# windows-11-arm has only 3.4.1, 3.4.2, 3.4.3, head
|
||||
ruby-version: ${{ !endsWith(matrix.os, 'arm') && '3.1' || '3.4' }}
|
||||
|
||||
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
@ -128,7 +128,7 @@ jobs:
|
||||
|
||||
- uses: ./.github/actions/setup/ubuntu
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: '3.1'
|
||||
bundler: none
|
||||
|
||||
2
.github/workflows/zjit-ubuntu.yml
vendored
2
.github/workflows/zjit-ubuntu.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
||||
|
||||
- uses: ./.github/actions/setup/ubuntu
|
||||
|
||||
- uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
|
||||
- uses: ruby/setup-ruby@b90be12699fdfcbee4440c2bba85f6f460446bb0 # v1.279.0
|
||||
with:
|
||||
ruby-version: '3.1'
|
||||
bundler: none
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user