Skip to content

Commit edd201f

Browse files
Update actions/checkout action to v6
1 parent 544f8ee commit edd201f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/branches-and-prs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- id: 'step-0'
2222
name: 'Check out'
23-
uses: 'actions/checkout@v4'
23+
uses: 'actions/checkout@v6'
2424
- id: 'step-1'
2525
name: 'Execute script'
2626
run: 'rm ''.github/workflows/branches-and-prs.yaml'' && ''.github/workflows/branches-and-prs.main.kts'''
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- id: 'step-0'
3737
name: 'Checkout Repository'
38-
uses: 'actions/checkout@v5'
38+
uses: 'actions/checkout@v6'
3939
- id: 'step-1'
4040
name: 'Regenerate all Workflow YAMLs'
4141
run: 'find .github/workflows -mindepth 1 -maxdepth 1 -name ''*.main.kts'' -exec {} \;'
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- id: 'step-0'
108108
name: 'Checkout Repository'
109-
uses: 'actions/checkout@v5'
109+
uses: 'actions/checkout@v6'
110110
with:
111111
fetch-depth: '2'
112112
- id: 'step-1'

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- id: 'step-0'
2323
name: 'Check out'
24-
uses: 'actions/checkout@v4'
24+
uses: 'actions/checkout@v6'
2525
- id: 'step-1'
2626
name: 'Execute script'
2727
run: 'rm ''.github/workflows/codeql-analysis.yaml'' && ''.github/workflows/codeql-analysis.main.kts'''
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- id: 'step-0'
4646
name: 'Checkout Repository'
47-
uses: 'actions/checkout@v5'
47+
uses: 'actions/checkout@v6'
4848
- id: 'step-1'
4949
name: 'Set up JDKs'
5050
uses: './.github/actions/setup-build-env'

.github/workflows/docs-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- id: 'step-0'
2222
name: 'Check out'
23-
uses: 'actions/checkout@v4'
23+
uses: 'actions/checkout@v6'
2424
- id: 'step-1'
2525
name: 'Execute script'
2626
run: 'rm ''.github/workflows/docs-pr.yaml'' && ''.github/workflows/docs-pr.main.kts'''
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- id: 'step-0'
3737
name: 'Checkout Repository'
38-
uses: 'actions/checkout@v5'
38+
uses: 'actions/checkout@v6'
3939
with:
4040
fetch-depth: '1'
4141
- id: 'step-1'

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- id: 'step-0'
1818
name: 'Check out'
19-
uses: 'actions/checkout@v4'
19+
uses: 'actions/checkout@v6'
2020
- id: 'step-1'
2121
name: 'Execute script'
2222
run: 'rm ''.github/workflows/release.yaml'' && ''.github/workflows/release.main.kts'''
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- id: 'step-0'
8888
name: 'Checkout Repository'
89-
uses: 'actions/checkout@v5'
89+
uses: 'actions/checkout@v6'
9090
with:
9191
fetch-depth: '2'
9292
- id: 'step-1'
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- id: 'step-0'
133133
name: 'Checkout Repository'
134-
uses: 'actions/checkout@v5'
134+
uses: 'actions/checkout@v6'
135135
- id: 'step-1'
136136
name: 'Set up JDKs'
137137
uses: './.github/actions/setup-build-env'
@@ -163,7 +163,7 @@ jobs:
163163
steps:
164164
- id: 'step-0'
165165
name: 'Checkout Repository'
166-
uses: 'actions/checkout@v5'
166+
uses: 'actions/checkout@v6'
167167
- id: 'step-1'
168168
name: 'Set up JDKs'
169169
uses: './.github/actions/setup-build-env'

0 commit comments

Comments
 (0)