Skip to content

Commit 0a727d3

Browse files
chore: bump actions/checkout from 5.0.1 to 6.0.0 (#1798)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c57339 commit 0a727d3

15 files changed

+26
-26
lines changed

.github/workflows/ci-contrib.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: "helpers-${{ matrix.gem }} / ${{ matrix.os }}"
4747
runs-on: ${{ matrix.os }}
4848
steps:
49-
- uses: actions/checkout@v6
49+
- uses: actions/checkout@v6.0.0
5050
- name: "Test Ruby 3.4"
5151
uses: ./.github/actions/test_gem
5252
with:
@@ -87,7 +87,7 @@ jobs:
8787
name: "propagator-${{ matrix.gem }} / ${{ matrix.os }}"
8888
runs-on: ${{ matrix.os }}
8989
steps:
90-
- uses: actions/checkout@v6
90+
- uses: actions/checkout@v6.0.0
9191
- name: "Test Ruby 3.4"
9292
uses: ./.github/actions/test_gem
9393
with:
@@ -127,7 +127,7 @@ jobs:
127127
name: "opentelemetry-${{ matrix.gem }} / ${{ matrix.os }}"
128128
runs-on: ${{ matrix.os }}
129129
steps:
130-
- uses: actions/checkout@v6
130+
- uses: actions/checkout@v6.0.0
131131
- name: "Test Ruby 3.4"
132132
uses: ./.github/actions/test_gem
133133
with:
@@ -165,7 +165,7 @@ jobs:
165165
name: "processors-${{ matrix.gem }} / ${{ matrix.os }}"
166166
runs-on: ${{ matrix.os }}
167167
steps:
168-
- uses: actions/checkout@v6
168+
- uses: actions/checkout@v6.0.0
169169
- name: "Test Ruby 3.4"
170170
uses: ./.github/actions/test_gem
171171
with:
@@ -203,7 +203,7 @@ jobs:
203203
name: "samplers-${{ matrix.gem }} / ${{ matrix.os }}"
204204
runs-on: ${{ matrix.os }}
205205
steps:
206-
- uses: actions/checkout@v6
206+
- uses: actions/checkout@v6.0.0
207207
- name: "Test Ruby 3.4"
208208
uses: ./.github/actions/test_gem
209209
with:

.github/workflows/ci-instrumentation-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
name: ${{ matrix.gem }} / ${{ matrix.os }}
106106
runs-on: ${{ matrix.os }}
107107
steps:
108-
- uses: actions/checkout@v6
108+
- uses: actions/checkout@v6.0.0
109109
- name: "Test Ruby 3.4"
110110
uses: ./.github/actions/test_gem
111111
with:

.github/workflows/ci-instrumentation-with-services.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: other / ${{ matrix.gem }} / ${{ matrix.os }}
5555
runs-on: ${{ matrix.os }}
5656
steps:
57-
- uses: actions/checkout@v6
57+
- uses: actions/checkout@v6.0.0
5858
- name: "Test Ruby 3.4"
5959
uses: ./.github/actions/test_gem
6060
with:
@@ -96,7 +96,7 @@ jobs:
9696
name: mysql / ${{ matrix.gem }} / ${{ matrix.os }}
9797
runs-on: ${{ matrix.os }}
9898
steps:
99-
- uses: actions/checkout@v6
99+
- uses: actions/checkout@v6.0.0
100100
- name: "Test Ruby 3.4"
101101
uses: ./.github/actions/test_gem
102102
with:
@@ -134,7 +134,7 @@ jobs:
134134
name: kafka / ${{ matrix.gem }} / ${{ matrix.os }}
135135
runs-on: ${{ matrix.os }}
136136
steps:
137-
- uses: actions/checkout@v6
137+
- uses: actions/checkout@v6.0.0
138138
- name: "Test Ruby 3.4"
139139
uses: ./.github/actions/test_gem
140140
with:
@@ -188,7 +188,7 @@ jobs:
188188
name: redis / ${{ matrix.gem }} / ${{ matrix.os }}
189189
runs-on: ${{ matrix.os }}
190190
steps:
191-
- uses: actions/checkout@v6
191+
- uses: actions/checkout@v6.0.0
192192
- name: "Test Ruby 3.4"
193193
uses: ./.github/actions/test_gem
194194
with:
@@ -233,7 +233,7 @@ jobs:
233233
name: postgresql / ${{ matrix.gem }} / ${{ matrix.os }}
234234
runs-on: ${{ matrix.os }}
235235
steps:
236-
- uses: actions/checkout@v6
236+
- uses: actions/checkout@v6.0.0
237237
- name: "Test Ruby 3.4"
238238
uses: ./.github/actions/test_gem
239239
with:
@@ -275,7 +275,7 @@ jobs:
275275
name: rabbitmq / ${{ matrix.gem }} / ${{ matrix.os }}
276276
runs-on: ${{ matrix.os }}
277277
steps:
278-
- uses: actions/checkout@v6
278+
- uses: actions/checkout@v6.0.0
279279
- name: "Test Ruby 3.4"
280280
uses: ./.github/actions/test_gem
281281
with:

.github/workflows/ci-instrumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: ${{ matrix.gem }} / ${{ matrix.os }}
3232
runs-on: ${{ matrix.os }}
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v6.0.0
3535
- name: "Test Ruby 3.4"
3636
uses: ./.github/actions/test_gem
3737
with:

.github/workflows/ci-markdown-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Markdown Lint Check
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v6.0.0
1919

2020
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" --config .markdownlint.json
2121
- name: "Markdown Lint Check"
@@ -31,7 +31,7 @@ jobs:
3131
name: Markdown Link Check
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v6.0.0
3535

3636
# equivalent cli: linkspector check
3737
- name: Run linkspector
@@ -45,7 +45,7 @@ jobs:
4545
name: Spelling Check
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v6
48+
- uses: actions/checkout@v6.0.0
4949
- uses: streetsidesoftware/cspell-action@v8
5050
with:
5151
# Files should be consistent with check:spelling files

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby-contrib' }}
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
16+
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
1717

1818
- name: Install Ruby 3.4
1919
uses: ruby/[email protected]

.github/workflows/installation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: ${{ matrix.ruby-version }}
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v6.0.0
2828
# ATTENTION: Dependabot does not know how to update shared actions file.
2929
# If you see it update setup-ruby here also update it as part of actions/test_gem/action.yml
3030
- uses: ruby/[email protected]

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Needed for GitHub OIDC token if publish_results is true
2121
id-token: write
2222
steps:
23-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
23+
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
2424
with:
2525
persist-credentials: false
2626

.github/workflows/release-hook-on-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ruby-version: ${{ env.RUBY_VERSION }}
2525
- name: Checkout repo
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v6.0.0
2727
- name: Install Toys
2828
run: "gem install --no-document toys -v 0.15.5"
2929
- name: Process release request

.github/workflows/release-hook-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ruby-version: ${{ env.RUBY_VERSION }}
2525
- name: Checkout repo
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v6.0.0
2727
- name: Install Toys
2828
run: "gem install --no-document toys -v 0.15.5"
2929
- name: Update open releases

0 commit comments

Comments
 (0)