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@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'' '
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 {} \;'
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'
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@v5 '
2525 - id : ' step-1'
2626 name : ' Execute script'
2727 run : ' rm '' .github/workflows/codeql-analysis.yaml'' && '' .github/workflows/codeql-analysis.main.kts'' '
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'
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@v5 '
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@v4 '
38+ uses : ' actions/checkout@v5 '
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@v5 '
2020 - id : ' step-1'
2121 name : ' Execute script'
2222 run : ' rm '' .github/workflows/release.yaml'' && '' .github/workflows/release.main.kts'' '
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'
You can’t perform that action at this time.
0 commit comments