File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- id : ' step-0'
17
17
name : ' Check out'
18
- uses : ' actions/checkout@v4 '
18
+ uses : ' actions/checkout@v5 '
19
19
- id : ' step-1'
20
20
name : ' Execute script'
21
21
run : ' rm '' .github/workflows/build.yaml'' && '' .github/workflows/build.main.kts'' '
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- id : ' step-0'
14
14
name : ' Check out'
15
- uses : ' actions/checkout@v4 '
15
+ uses : ' actions/checkout@v5 '
16
16
- id : ' step-1'
17
17
name : ' Execute script'
18
18
run : ' rm '' .github/workflows/make-branch-runnable.yaml'' && '' .github/workflows/release.main.kts'' '
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- id : ' step-0'
19
19
name : ' Check out'
20
- uses : ' actions/checkout@v4 '
20
+ uses : ' actions/checkout@v5 '
21
21
- id : ' step-1'
22
22
name : ' Execute script'
23
23
run : ' rm '' .github/workflows/release.yaml'' && '' .github/workflows/release.main.kts'' '
You can’t perform that action at this time.
0 commit comments