File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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'' '
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'
Original file line number Diff line number Diff line change 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'' '
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'
Original file line number Diff line number Diff line change 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'' '
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'
Original file line number Diff line number Diff line change 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'' '
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'
You can’t perform that action at this time.
0 commit comments