diff --git a/.github/workflows/acceptance-tests-on-emulator.yaml b/.github/workflows/acceptance-tests-on-emulator.yaml index 80cd0c42..12f77a2e 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@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.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 a56b0279..3d7fda1a 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@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.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 11909570..eac01a24 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@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.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 7703715d..2b47b68c 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@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.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 72462d0e..afb5b5a5 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@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.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 948cf14c..9a6c0d57 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@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.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 289c7e64..0ce0c2cb 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@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 with: ruby-version: '4.0.6' - name: cache gems diff --git a/.github/workflows/samples.yaml b/.github/workflows/samples.yaml index e26b076f..e18946b8 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@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 with: bundler-cache: false ruby-version: ${{ matrix.ruby }}