Skip to content

Commit 76f4a30

Browse files
chore(deps): bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c02da8 commit 76f4a30

11 files changed

+14
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # required for posting review comments
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
# equivalent cli: linkspector check
2020
- name: Run linkspector

.github/workflows/ci-markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
markdownlint-check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" --config .markdownlint.json
1616
- name: "Markdown Lint Check"

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: ${{ matrix.gem }} / ${{ matrix.os }}
4141
runs-on: ${{ matrix.os }}
4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v6
4444
- name: "Test Ruby 3.4"
4545
uses: ./.github/actions/test_gem
4646
with:
@@ -107,7 +107,7 @@ jobs:
107107
name: ${{ matrix.gem }} / ${{ matrix.os }}
108108
runs-on: ${{ matrix.os }}
109109
steps:
110-
- uses: actions/checkout@v2
110+
- uses: actions/checkout@v6
111111
- name: "Test Ruby 3.4"
112112
if: "${{ matrix.gem != 'opentelemetry-exporter-jaeger' }}"
113113
uses: ./.github/actions/test_gem
@@ -177,7 +177,7 @@ jobs:
177177
name: ${{ matrix.gem }} / ${{ matrix.os }}
178178
runs-on: ${{ matrix.os }}
179179
steps:
180-
- uses: actions/checkout@v2
180+
- uses: actions/checkout@v6
181181
- name: "Test Ruby 3.4"
182182
uses: ./.github/actions/test_gem
183183
with:
@@ -218,5 +218,5 @@ jobs:
218218
codespell:
219219
runs-on: ubuntu-latest
220220
steps:
221-
- uses: actions/checkout@v4
221+
- uses: actions/checkout@v6
222222
- run: make codespell

.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' }}
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1717

1818
- name: Install Ruby 3.4
1919
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
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@v2
26+
uses: actions/checkout@v6
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@v2
26+
uses: actions/checkout@v6
2727
- name: Install Toys
2828
run: "gem install --no-document toys -v 0.15.5"
2929
- name: Update open releases

.github/workflows/release-perform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ruby-version: ${{ env.ruby_version }}
3333
- name: Checkout repo
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v6
3535
- name: Install Toys
3636
run: "gem install --no-document toys -v 0.15.5"
3737
- name: Perform release

.github/workflows/release-request-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
ruby-version: ${{ env.ruby_version }}
2424
- name: Checkout repo
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
- name: Install Toys
2727
run: "gem install --no-document toys -v 0.15.5"
2828
- name: Create otelbot app token

.github/workflows/release-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
ruby-version: ${{ env.ruby_version }}
2828
- name: Checkout repo
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v6
3030
- name: Install Toys
3131
run: "gem install --no-document toys -v 0.15.5"
3232
- name: Create otelbot app token

0 commit comments

Comments
 (0)