From 5eeace9fe889e95404042200feea0a3d0166ff38 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 26 Dec 2024 20:50:56 +0900 Subject: [PATCH] Bump setup-ruby which supports ruby 3.4 --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/signature.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89ff0ff5..14493beb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: BUNDLE_WITHOUT: development steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0 + - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0 with: ruby-version: ${{ matrix.ruby }} # Enabling is the recommended way, but it cannot detect runner changes in early stage. diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 95f70fa1..d84b24d3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0 + - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake rubocop diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57a953b0..3516a9f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: prerelease: ${{ steps.isnpect.outputs.prerelease }} steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0 + - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0 with: # Enabling is the recommended way, but it cannot detect runner changes in early stage. # So disable it is better for test job, do not mind in other jobs @@ -87,7 +87,7 @@ jobs: steps: # Required to checkout for gh command - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0 + - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: false @@ -148,7 +148,7 @@ jobs: steps: # Required to checkout for gh command - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0 + - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0 with: bundler-cache: false - name: Download release-assets diff --git a/.github/workflows/signature.yml b/.github/workflows/signature.yml index 6b74395d..d3d33826 100644 --- a/.github/workflows/signature.yml +++ b/.github/workflows/signature.yml @@ -32,7 +32,7 @@ jobs: runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0 + - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake rbs @@ -41,7 +41,7 @@ jobs: runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@v4 - - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0 + - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f # v1.206.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rake signature:validate_yard