mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Update the latest versions of actions
This commit is contained in:
parent
076e51e5ec
commit
6dc37f9003
12 changed files with 12 additions and 12 deletions
2
.github/workflows/annocheck.yml
vendored
2
.github/workflows/annocheck.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
||||||
builddir: build
|
builddir: build
|
||||||
makeup: true
|
makeup: true
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.1'
|
ruby-version: '3.1'
|
||||||
bundler: none
|
bundler: none
|
||||||
|
|
2
.github/workflows/baseruby.yml
vendored
2
.github/workflows/baseruby.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- ruby-3.3
|
- ruby-3.3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
ruby-version: ${{ matrix.ruby }}
|
ruby-version: ${{ matrix.ruby }}
|
||||||
bundler: none
|
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: ./.github/actions/setup/directories
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.1'
|
ruby-version: '3.1'
|
||||||
bundler: none
|
bundler: none
|
||||||
|
|
2
.github/workflows/dependabot_automerge.yml
vendored
2
.github/workflows/dependabot_automerge.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
id: metadata
|
id: metadata
|
||||||
|
|
||||||
- name: Wait for status checks
|
- name: Wait for status checks
|
||||||
uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
|
uses: lewagon/wait-on-check-action@31f07a800aa1ba8518509dc8561cdf5a891deb4b # v1.4.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
|
|
2
.github/workflows/modgc.yml
vendored
2
.github/workflows/modgc.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
uses: ./.github/actions/setup/ubuntu
|
uses: ./.github/actions/setup/ubuntu
|
||||||
if: ${{ contains(matrix.os, 'ubuntu') }}
|
if: ${{ contains(matrix.os, 'ubuntu') }}
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.1'
|
ruby-version: '3.1'
|
||||||
bundler: none
|
bundler: none
|
||||||
|
|
2
.github/workflows/parse_y.yml
vendored
2
.github/workflows/parse_y.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
|
|
||||||
- uses: ./.github/actions/setup/ubuntu
|
- uses: ./.github/actions/setup/ubuntu
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.1'
|
ruby-version: '3.1'
|
||||||
bundler: none
|
bundler: none
|
||||||
|
|
2
.github/workflows/spec_guards.yml
vendored
2
.github/workflows/spec_guards.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
ruby-version: ${{ matrix.ruby }}
|
ruby-version: ${{ matrix.ruby }}
|
||||||
bundler: none
|
bundler: none
|
||||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.1'
|
ruby-version: '3.1'
|
||||||
bundler: none
|
bundler: none
|
||||||
|
|
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -100,7 +100,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "WASI_SDK_PATH=/opt/wasi-sdk" >> $GITHUB_ENV
|
echo "WASI_SDK_PATH=/opt/wasi-sdk" >> $GITHUB_ENV
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.1'
|
ruby-version: '3.1'
|
||||||
bundler: none
|
bundler: none
|
||||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
- run: md build
|
- run: md build
|
||||||
working-directory:
|
working-directory:
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
# windows-11-arm has only 3.4.1, 3.4.2, 3.4.3, head
|
# 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' }}
|
ruby-version: ${{ !endsWith(matrix.os, 'arm') && '3.1' || '3.4' }}
|
||||||
|
|
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
|
@ -135,7 +135,7 @@ jobs:
|
||||||
|
|
||||||
- uses: ./.github/actions/setup/ubuntu
|
- uses: ./.github/actions/setup/ubuntu
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.1'
|
ruby-version: '3.1'
|
||||||
bundler: none
|
bundler: none
|
||||||
|
|
2
.github/workflows/zjit-ubuntu.yml
vendored
2
.github/workflows/zjit-ubuntu.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
|
|
||||||
- uses: ./.github/actions/setup/ubuntu
|
- uses: ./.github/actions/setup/ubuntu
|
||||||
|
|
||||||
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
|
- uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.1'
|
ruby-version: '3.1'
|
||||||
bundler: none
|
bundler: none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue