Skip to content

Commit d9392b1

Browse files
Update actions/checkout action to v6
1 parent 5bd24af commit d9392b1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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'''

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
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'''

.github/workflows/docs-pr.yaml

Lines changed: 1 addition & 1 deletion
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'''

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
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'''

0 commit comments

Comments
 (0)