File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed
Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 8686 package_path : ${{ steps.package.outputs.path }}
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v4
89+ uses : actions/checkout@v6
9090
9191 - name : Workflow URL for sumologic-otel-collector
9292 run : |
@@ -257,7 +257,7 @@ jobs:
257257 needs : build_package
258258 steps :
259259 - name : Checkout
260- uses : actions/checkout@v4
260+ uses : actions/checkout@v6
261261
262262 - name : Download macOS package
263263 uses : actions/download-artifact@v7
@@ -275,7 +275,7 @@ jobs:
275275 if : inputs.build_tool == 'wix'
276276 steps :
277277 - name : Checkout
278- uses : actions/checkout@v4
278+ uses : actions/checkout@v6
279279
280280 - name : Workflow URL for sumologic-otel-collector
281281 run : |
@@ -408,7 +408,7 @@ jobs:
408408 runs-on : windows-2022
409409 steps :
410410 - name : Checkout
411- uses : actions/checkout@v4
411+ uses : actions/checkout@v6
412412
413413 - name : Add msbuild to PATH
414414 uses : microsoft/setup-msbuild@v2
Original file line number Diff line number Diff line change 3737 workflow_id : ${{ steps.workflow.outputs.id }}
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v6
4141
4242 # Determine the latest successful run of the "Dev builds" workflow for
4343 # the "main" branch. This is skipped if inputs.workflow_id is set.
@@ -191,7 +191,7 @@ jobs:
191191 OTC_VERSION : ${{ needs.build_packages.outputs.otc_version }}
192192 OTC_BUILD_NUMBER : ${{ needs.build_packages.outputs.otc_build_number }}
193193 steps :
194- - uses : actions/checkout@v4
194+ - uses : actions/checkout@v6
195195
196196 - name : Store Linux install script as action artifact
197197 uses : actions/upload-artifact@v6
@@ -248,7 +248,7 @@ jobs:
248248 PACKAGECLOUD_MASTER_TOKEN : ${{ secrets.PACKAGECLOUD_MASTER_TOKEN }}
249249 PACKAGECLOUD_REPO : ci-builds
250250 steps :
251- - uses : actions/checkout@v4
251+ - uses : actions/checkout@v6
252252
253253 - name : Check if test related files changed
254254 id : changed-files
Original file line number Diff line number Diff line change 3131 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535
3636 - name : Validate version and discover workflow IDs
3737 id : find-workflows
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 actionlint :
1111 runs-on : ubuntu-24.04
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414
1515 - name : actionlint
1616 uses :
raven-actions/[email protected] 1717
1818 shellcheck :
1919 runs-on : ubuntu-24.04
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222
2323 - name : Run ShellCheck on *.sh
2424 uses : ludeeus/action-shellcheck@master
Original file line number Diff line number Diff line change 1313 packagecloud :
1414 runs-on : ubuntu-24.04
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
1818 - name : Setup go
1919 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 3333 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v6
3737
3838 - name : Validate version and discover workflow IDs
3939 id : find-workflows
Original file line number Diff line number Diff line change 3939 env :
4040 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343
4444 - name : Outuput Workflow ID
4545 run : echo ::notice title=Workflow ID::${{ inputs.workflow_id }}
@@ -110,7 +110,7 @@ jobs:
110110 needs :
111111 - get-version
112112 steps :
113- - uses : actions/checkout@v4
113+ - uses : actions/checkout@v6
114114 with :
115115 ref : ${{ needs.get-version.outputs.git-sha }}
116116
Original file line number Diff line number Diff line change 4343 AWS_SECRET_ACCESS_KEY_OSC : ${{ secrets.SUMOLOGIC_OTEL_CICD_SECRET_ACCESS_KEY }}
4444 PACKAGECLOUD_TOKEN : ${{ secrets.PACKAGECLOUD_TOKEN }}
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747
4848 - name : Verify channels
4949 run : |
Original file line number Diff line number Diff line change 3939 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4040 PACKAGECLOUD_TOKEN : ${{ secrets.PACKAGECLOUD_TOKEN }}
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343
4444 - name : Verify channels
4545 run : |
You can’t perform that action at this time.
0 commit comments