Skip to content

Commit 9407b43

Browse files
build(deps): bump ruby/setup-ruby from 1.321.0 to 1.324.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.321.0 to 1.324.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@95ef2b0...a0102e0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.324.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dce165d commit 9407b43

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Setup Ruby
4141
# https://github.com/ruby/setup-ruby/releases
42-
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
42+
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
4343
with:
4444
ruby-version: 3
4545
# Pinned cocoapods/xcodeproj from the root Gemfile. yarn tests:ios:pod:install

‎.github/workflows/tests_e2e_ios.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Setup Ruby
233233
# https://github.com/ruby/setup-ruby/releases
234-
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
234+
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
235235
with:
236236
ruby-version: 3
237237

@@ -667,7 +667,7 @@ jobs:
667667
max-size: 1500M
668668

669669
- name: Setup Ruby
670-
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
670+
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
671671
with:
672672
ruby-version: 3
673673

‎.github/workflows/tests_e2e_other.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
restore-keys: ${{ runner.os }}-nx-v1
184184
- name: Setup Ruby
185185
# https://github.com/ruby/setup-ruby/releases
186-
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
186+
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
187187
with:
188188
ruby-version: 3
189189

0 commit comments

Comments
 (0)