Skip to content

Commit ea04818

Browse files
committed
chore(deps): update dependency ruby to v4
1 parent 0ed698d commit ea04818

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Ruby 3.3
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: "3.3"
27+
ruby-version: "4.0.0"
2828
- name: Install tools
2929
run: |
3030
gem install --no-document toys

.github/workflows/delete-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Ruby 3.4
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: "3.4"
25+
ruby-version: "4.0.0"
2626
- name: Install tools
2727
run: |
2828
gem install --no-document toys

.github/workflows/new-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Ruby 3.3
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: "3.3"
22+
ruby-version: "4.0.0"
2323
- name: Install Bazel
2424
uses: bazel-contrib/setup-bazel@0.16.0
2525
- name: Install tools

.github/workflows/owlbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Ruby 3.3
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: "3.3"
25+
ruby-version: "4.0.0"
2626
- name: Install Bazel
2727
uses: bazel-contrib/setup-bazel@0.16.0
2828
- name: Install tools

.github/workflows/release-please-now.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Ruby 3.3
2626
uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: "3.3"
28+
ruby-version: "4.0.0"
2929
- name: Install tools
3030
run: |
3131
gem install --no-document toys

.github/workflows/storage-retry-conformance-test-against-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v6
2727
- uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: '3.3'
29+
ruby-version: '4.0.0'
3030
- run: ruby --version
3131
- run: gem install toys
3232
- run: bundle install

.github/workflows/tombstone-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Ruby 3.4
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: "3.4"
25+
ruby-version: "4.0.0"
2626
- name: Install tools
2727
run: |
2828
gem install --no-document toys

.github/workflows/update-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Ruby 3.3
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: "3.3"
29+
ruby-version: "4.0.0"
3030
- name: Install tools
3131
run: |
3232
gem install --no-document toys

0 commit comments

Comments
 (0)