Update the latest version of ruby/setup-ruby

This commit is contained in:
Hiroshi SHIBATA 2025-05-21 18:16:48 +09:00
parent f91480d7a6
commit 395e5de8d4
5 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ jobs:
with: with:
path: .downloaded-cache path: .downloaded-cache
key: downloaded-cache key: downloaded-cache
- uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0 - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
with: with:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}
bundler: none bundler: none

View File

@ -73,7 +73,7 @@ jobs:
path: src/.downloaded-cache path: src/.downloaded-cache
key: downloaded-cache key: downloaded-cache
- name: Set up Ruby & MSYS2 - name: Set up Ruby & MSYS2
uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0 uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
with: with:
ruby-version: ${{ matrix.base_ruby }} ruby-version: ${{ matrix.base_ruby }}
- name: set env - name: set env

View File

@ -56,7 +56,7 @@ jobs:
bison autoconf bison autoconf
sudo apt-get install -q -y pkg-config || : sudo apt-get install -q -y pkg-config || :
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0 uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
with: with:
ruby-version: '3.1' ruby-version: '3.1'
- name: git config - name: git config

View File

@ -45,7 +45,7 @@ jobs:
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0 - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
with: with:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}
bundler: none bundler: none

View File

@ -92,7 +92,7 @@ jobs:
- run: ./autogen.sh - run: ./autogen.sh
working-directory: src working-directory: src
- uses: ruby/setup-ruby@f41e084df884422b269f4c01c3748a9df4431a75 # v1.236.0 - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
with: with:
ruby-version: '3.0' ruby-version: '3.0'
bundler: none bundler: none