Skip to content

Commit 140f196

Browse files
Update actions/checkout action to v5
1 parent 15eb783 commit 140f196

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@v5'
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@v4'
38+
uses: 'actions/checkout@v5'
3939
- id: 'step-1'
4040
name: 'Regenerate all Workflow YAMLs'
4141
run: 'find .github/workflows -mindepth 1 -maxdepth 1 -name ''*.main.kts'' -exec {} \;'
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- id: 'step-0'
9898
name: 'Checkout Repository'
99-
uses: 'actions/checkout@v4'
99+
uses: 'actions/checkout@v5'
100100
with:
101101
fetch-depth: '2'
102102
- 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@v5'
2525
- id: 'step-1'
2626
name: 'Execute script'
2727
run: 'rm ''.github/workflows/codeql-analysis.yaml'' && ''.github/workflows/codeql-analysis.main.kts'''
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- id: 'step-0'
4545
name: 'Checkout Repository'
46-
uses: 'actions/checkout@v4'
46+
uses: 'actions/checkout@v5'
4747
- id: 'step-1'
4848
name: 'Set up JDKs'
4949
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@v5'
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@v4'
38+
uses: 'actions/checkout@v5'
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@v5'
2020
- id: 'step-1'
2121
name: 'Execute script'
2222
run: 'rm ''.github/workflows/release.yaml'' && ''.github/workflows/release.main.kts'''
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- id: 'step-0'
7878
name: 'Checkout Repository'
79-
uses: 'actions/checkout@v4'
79+
uses: 'actions/checkout@v5'
8080
with:
8181
fetch-depth: '2'
8282
- id: 'step-1'
@@ -116,7 +116,7 @@ jobs:
116116
steps:
117117
- id: 'step-0'
118118
name: 'Checkout Repository'
119-
uses: 'actions/checkout@v4'
119+
uses: 'actions/checkout@v5'
120120
- id: 'step-1'
121121
name: 'Set up JDKs'
122122
uses: './.github/actions/setup-build-env'
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149
- id: 'step-0'
150150
name: 'Checkout Repository'
151-
uses: 'actions/checkout@v4'
151+
uses: 'actions/checkout@v5'
152152
- id: 'step-1'
153153
name: 'Set up JDKs'
154154
uses: './.github/actions/setup-build-env'

0 commit comments

Comments
 (0)