Skip to content

Commit d572209

Browse files
gsavageclaude
andcommitted
Update actions/checkout to v6 across all workflows
Bump actions/checkout to v6 in all GitHub Actions workflow files so that we are moved off the old Node20. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 43b1fae commit d572209

13 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/binary_provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
artifact: ${{fromJson(inputs.artifacts)}}
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v6
3838

3939
- uses: actions/download-artifact@v4
4040
with:

.github/workflows/daily-cli-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
trail_name: ${{ steps.prep.outputs.trail_name }}
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515

1616
- name: Prepare
1717
id: prep

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
packages: write
5151

5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v6
5454
with:
5555
fetch-depth: 3
5656

.github/workflows/helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
app-id: ${{ vars.CI_SIGNED_COMMIT_APP_ID }}
2424
private-key: ${{ secrets.CI_SIGNED_COMMIT_APP_PRIVATE_KEY }}
2525

26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
with:
2828
token: ${{ steps.generate_token.outputs.token }}
2929
fetch-depth: 0

.github/workflows/init_kosli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pull-requests: read
3232
steps:
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/install-script-tests.yml

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

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Run install script
2727
shell: bash

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
trail_name: ${{ steps.prep.outputs.trail_name }}
1717
trail_template_file: ${{ steps.prep.outputs.trail_template_file }}
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: Prepare
2222
id: prep

.github/workflows/never_alone_trail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pull-requests: read
4141
steps:
4242

43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4444
with:
4545
fetch-depth: 0
4646

.github/workflows/publish_branch_docs.yml

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

1515
- name: Generate json
1616
run: |

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
publish:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
# Deploy to local repo
2020
- name: Deploy

0 commit comments

Comments
 (0)