File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments