Skip to content

Commit 84c1cc1

Browse files
authored
chore: update set-up ruby 1.171.0 (#3643)
* chore: update set-up ruby 1.171.0 * revert canary workflow since it uses older bundler
1 parent 3ffde2b commit 84c1cc1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
token: ${{steps.retrieve-token.outputs.token}}
6767

6868
- name: Setup Ruby
69-
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
69+
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
7070
with:
7171
ruby-version: '3.2.1'
7272
bundler-cache: true

.github/workflows/deploy_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
token: ${{steps.retrieve-token.outputs.token}}
6363

6464
- name: Setup Ruby
65-
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
65+
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
6666
with:
6767
ruby-version: '3.2.1'
6868
bundler-cache: true

.github/workflows/deploy_unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
token: ${{steps.retrieve-token.outputs.token}}
6363

6464
- name: Setup Ruby
65-
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
65+
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
6666
with:
6767
ruby-version: '3.2.1'
6868
bundler-cache: true

.github/workflows/release_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
token: ${{steps.retrieve-token.outputs.token}}
3737

3838
- name: Setup Ruby
39-
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
39+
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
4040
with:
4141
ruby-version: '3.2.1'
4242
bundler-cache: true

0 commit comments

Comments
 (0)