From b128903e7efade0797676981c411af68e703123d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 16 Sep 2026 00:22:29 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby action to v1.323.0 --- .github/workflows/acceptance-tests-on-emulator.yaml | 2 +- .github/workflows/acceptance-tests-on-production.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/nightly-acceptance-tests-on-emulator.yaml | 2 +- .github/workflows/nightly-acceptance-tests-on-production.yaml | 2 +- .github/workflows/nightly-unit-tests.yaml | 2 +- .github/workflows/rubocop.yaml | 2 +- .github/workflows/samples.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/acceptance-tests-on-emulator.yaml b/.github/workflows/acceptance-tests-on-emulator.yaml index 597c2863..c20d5ec0 100644 --- a/.github/workflows/acceptance-tests-on-emulator.yaml +++ b/.github/workflows/acceptance-tests-on-emulator.yaml @@ -43,7 +43,7 @@ jobs: - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby # (see https://github.com/ruby/setup-ruby#versioning): - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 + uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1.323.0 with: bundler-cache: false ruby-version: ${{ matrix.ruby }} diff --git a/.github/workflows/acceptance-tests-on-production.yaml b/.github/workflows/acceptance-tests-on-production.yaml index 3d7fda1a..06043010 100644 --- a/.github/workflows/acceptance-tests-on-production.yaml +++ b/.github/workflows/acceptance-tests-on-production.yaml @@ -36,7 +36,7 @@ jobs: - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby # (see https://github.com/ruby/setup-ruby#versioning): - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 + uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1.323.0 with: # Disable caching to avoid frozen mode errors during automated release PRs when the gemspec version is bumped. bundler-cache: false diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eac01a24..736b0be5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby # (see https://github.com/ruby/setup-ruby#versioning): - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 + uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1.323.0 with: bundler-cache: false ruby-version: ${{ matrix.ruby }} diff --git a/.github/workflows/nightly-acceptance-tests-on-emulator.yaml b/.github/workflows/nightly-acceptance-tests-on-emulator.yaml index 722e87a8..3e69ad50 100644 --- a/.github/workflows/nightly-acceptance-tests-on-emulator.yaml +++ b/.github/workflows/nightly-acceptance-tests-on-emulator.yaml @@ -41,7 +41,7 @@ jobs: with: persist-credentials: false - name: Set up Ruby - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 + uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1.323.0 with: # Disable caching as we are overriding the ActiveRecord below. bundler-cache: false diff --git a/.github/workflows/nightly-acceptance-tests-on-production.yaml b/.github/workflows/nightly-acceptance-tests-on-production.yaml index afb5b5a5..893c14ad 100644 --- a/.github/workflows/nightly-acceptance-tests-on-production.yaml +++ b/.github/workflows/nightly-acceptance-tests-on-production.yaml @@ -22,7 +22,7 @@ jobs: - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby # (see https://github.com/ruby/setup-ruby#versioning): - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 + uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1.323.0 with: # Disable caching to avoid frozen mode errors during automated release PRs when the gemspec version is bumped. bundler-cache: false diff --git a/.github/workflows/nightly-unit-tests.yaml b/.github/workflows/nightly-unit-tests.yaml index 9a6c0d57..3f8bf07c 100644 --- a/.github/workflows/nightly-unit-tests.yaml +++ b/.github/workflows/nightly-unit-tests.yaml @@ -34,7 +34,7 @@ jobs: with: persist-credentials: false - name: Set up Ruby - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 + uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1.323.0 with: # Disable caching as we are overriding the ActiveRecord below. bundler-cache: false diff --git a/.github/workflows/rubocop.yaml b/.github/workflows/rubocop.yaml index dd5060e3..a86b914d 100644 --- a/.github/workflows/rubocop.yaml +++ b/.github/workflows/rubocop.yaml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: setup ruby - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 + uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1.323.0 with: ruby-version: '4.0.7' - name: cache gems diff --git a/.github/workflows/samples.yaml b/.github/workflows/samples.yaml index e18946b8..54b3fe18 100644 --- a/.github/workflows/samples.yaml +++ b/.github/workflows/samples.yaml @@ -31,7 +31,7 @@ jobs: with: persist-credentials: false - name: Set up Ruby - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 + uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1.323.0 with: bundler-cache: false ruby-version: ${{ matrix.ruby }}