Skip to content

Commit 1f025cb

Browse files
Merge pull request #9588 from ruby/dependabot/github_actions/actions/checkout-6.0.3
Bump actions/checkout from 6.0.2 to 6.0.3
2 parents 6d11166 + aa0b4f7 commit 1f025cb

11 files changed

Lines changed: 22 additions & 22 deletions

.github/workflows/bundler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
RUBYOPT: --disable-gems
7575
RUBYGEMS_USE_PSYCH: ${{ matrix.use_psych || 'false' }}
7676
steps:
77-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
77+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7878
with:
7979
persist-credentials: false
8080
- name: Setup ruby

.github/workflows/install-rubygems.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- { name: openssl, value: true }
3232
- { name: no-openssl, value: false }
3333
steps:
34-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535
with:
3636
persist-credentials: false
3737
- name: Setup ruby
@@ -127,7 +127,7 @@ jobs:
127127
- { name: "3.4", value: 3.4.9 }
128128
- { name: jruby, value: jruby-10.1.0.0, rails-args: --skip-webpack-install }
129129
steps:
130-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
130+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
131131
with:
132132
persist-credentials: false
133133
- name: Setup ruby
@@ -169,7 +169,7 @@ jobs:
169169
- dev
170170
- system
171171
steps:
172-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
172+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
173173
with:
174174
persist-credentials: false
175175
- name: Setup original ruby
@@ -219,7 +219,7 @@ jobs:
219219
- { name: "3.4", value: 3.4.9 }
220220

221221
steps:
222-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
222+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
223223
with:
224224
persist-credentials: false
225225
- name: Setup ruby

.github/workflows/read-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- { name: ruby-3.4, value: 3.4.9 }
3232

3333
steps:
34-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535
with:
3636
persist-credentials: false
3737
- name: Basic usage on a read-only filesystem

.github/workflows/realworld-bundler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
RGV: .
4040
RUBYOPT: --disable-gems
4141
steps:
42-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4343
with:
4444
persist-credentials: false
4545
- name: Setup ruby
@@ -62,7 +62,7 @@ jobs:
6262
name: Tapioca
6363
runs-on: ubuntu-24.04
6464
steps:
65-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
65+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6666
with:
6767
persist-credentials: false
6868
- name: Setup ruby
@@ -89,7 +89,7 @@ jobs:
8989
- { ruby: { name: ruby-3.3, value: 3.3.11 } }
9090
- { ruby: { name: ruby-3.4, value: 3.4.9 } }
9191
steps:
92-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
92+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9393
with:
9494
persist-credentials: false
9595
- name: Setup ruby
@@ -113,7 +113,7 @@ jobs:
113113
needs: [bundler, system_rubygems_bundler]
114114
runs-on: ubuntu-24.04
115115
steps:
116-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
116+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
117117
with:
118118
persist-credentials: false
119119
- name: Setup ruby

.github/workflows/ruby-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
target: [Rubygems, Bundler]
2525
branch: [ruby_3_4, ruby_4_0, master]
2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
repository: ruby/ruby
3030
path: ruby/ruby
@@ -46,12 +46,12 @@ jobs:
4646
./configure -C --disable-install-doc
4747
make
4848
working-directory: ruby/ruby
49-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5050
with:
5151
path: rubygems/rubygems
5252
persist-credentials: false
5353
if: matrix.branch == 'ruby_3_4'
54-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
54+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5555
with:
5656
path: ruby/rubygems
5757
persist-credentials: false

.github/workflows/rubygems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: disable development mode on Windows
6868
run: powershell -c "Set-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock -Name AllowDevelopmentWithoutDevLicense -Value 0"
6969
if: matrix.symlink == 'off'
70-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
70+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7171
with:
7272
persist-credentials: false
7373
- name: Setup ruby

.github/workflows/scorecards.yml

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

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3232
with:
3333
persist-credentials: false
3434

.github/workflows/sync-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: ${{ github.repository_owner == 'ruby' }}
1313
steps:
14-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1515
with:
1616
persist-credentials: false
1717

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- { ruby: { name: ruby-3.3, value: 3.3.0 } }
3737
- { ruby: { name: ruby-3.4, value: 3.4.1 } }
3838
steps:
39-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4040
with:
4141
persist-credentials: false
4242
- name: Setup ruby
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
RGV=$(ruby -e 'puts Gem::VERSION.split(".")[0..2].join(".")')
5656
echo "RGV=v$RGV" >> $GITHUB_ENV
57-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5858
with:
5959
path: tmp/rubygems
6060
ref: ${{ env.RGV }}

.github/workflows/ubuntu-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- yamllint
3030
- zizmor
3131
steps:
32-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3333
with:
3434
persist-credentials: false
3535
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
RUBYOPT: -Ilib
6868
steps:
69-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
69+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7070
with:
7171
persist-credentials: false
7272
- name: Setup ruby
@@ -96,7 +96,7 @@ jobs:
9696
env:
9797
RUBYOPT: -Ilib
9898
steps:
99-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
99+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
100100
with:
101101
persist-credentials: false
102102
- name: Setup ruby

0 commit comments

Comments
 (0)