Skip to content

Commit acdc729

Browse files
Merge pull request #9358 from ruby/dependabot/github_actions/ruby/setup-ruby-1.288.0
Bump ruby/setup-ruby from 1.287.0 to 1.288.0
2 parents a6cf986 + e905d97 commit acdc729

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
persist-credentials: false
6767
- name: Setup ruby
68-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
68+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
6969
with:
7070
ruby-version: ${{ matrix.ruby.value }}
7171
bundler: none

.github/workflows/install-rubygems.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
persist-credentials: false
3737
- name: Setup ruby
38-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
38+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
3939
with:
4040
ruby-version: ${{ matrix.ruby.value }}
4141
bundler: none
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
persist-credentials: false
133133
- name: Setup ruby
134-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
134+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
135135
with:
136136
ruby-version: ${{ matrix.ruby.value }}
137137
bundler: none
@@ -173,7 +173,7 @@ jobs:
173173
with:
174174
persist-credentials: false
175175
- name: Setup original ruby
176-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
176+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
177177
with:
178178
ruby-version: 3.2
179179
bundler: none
@@ -194,7 +194,7 @@ jobs:
194194
GEM_HOME: bar
195195
GEM_PATH: bar
196196
- name: Setup final ruby
197-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
197+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
198198
with:
199199
ruby-version: 3.3
200200
bundler: none
@@ -223,7 +223,7 @@ jobs:
223223
with:
224224
persist-credentials: false
225225
- name: Setup ruby
226-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
226+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
227227
with:
228228
ruby-version: ${{ matrix.ruby.value }}
229229
bundler: none

.github/workflows/realworld-bundler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
persist-credentials: false
4545
- name: Setup ruby
46-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
46+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
4747
with:
4848
ruby-version: ${{ matrix.ruby.value }}
4949
bundler: none
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
persist-credentials: false
6868
- name: Setup ruby
69-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
69+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
7070
with:
7171
ruby-version: 3.4.8
7272
bundler: none
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
persist-credentials: false
9595
- name: Setup ruby
96-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
96+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
9797
with:
9898
ruby-version: ${{ matrix.ruby.value }}
9999
bundler: none
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
persist-credentials: false
119119
- name: Setup ruby
120-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
120+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
121121
with:
122122
ruby-version: 3.4.8
123123
bundler: none

.github/workflows/ruby-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: ruby/ruby
3131
ref: ${{ matrix.branch }}
3232
persist-credentials: false
33-
- uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
33+
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
3434
with:
3535
ruby-version: 3.4
3636
bundler: none

.github/workflows/rubygems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
persist-credentials: false
4646
- name: Setup ruby
47-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
47+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
4848
with:
4949
ruby-version: ${{ matrix.ruby.value }}
5050
bundler: none

.github/workflows/system-rubygems-bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
persist-credentials: false
3939
- name: Setup ruby
40-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
40+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
4141
with:
4242
ruby-version: ${{ matrix.ruby.value }}
4343
bundler: none

.github/workflows/truffleruby-bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
persist-credentials: false
3030
- name: Setup ruby
31-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
31+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
3232
with:
3333
ruby-version: truffleruby-24.2.1
3434
bundler: none

.github/workflows/ubuntu-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
persist-credentials: false
7272
- name: Setup ruby
73-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
73+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
7474
with:
7575
ruby-version: ruby
7676
bundler: none
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
persist-credentials: false
102102
- name: Setup ruby
103-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
103+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
104104
with:
105105
ruby-version: ${{ matrix.ruby.value }}
106106
bundler: none

0 commit comments

Comments
 (0)