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 13
13
steps :
14
14
- id : ' step-0'
15
15
name : ' Check out'
16
- uses : ' actions/checkout@v4 '
16
+ uses : ' actions/checkout@v5 '
17
17
- id : ' step-1'
18
18
name : ' Execute script'
19
19
run : ' rm '' .github/workflows/build.yaml'' && '' .github/workflows/build.main.kts'' '
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- id : ' step-0'
15
15
name : ' Check out'
16
- uses : ' actions/checkout@v4 '
16
+ uses : ' actions/checkout@v5 '
17
17
- id : ' step-1'
18
18
name : ' Execute script'
19
19
run : ' rm '' .github/workflows/detekt.yaml'' && '' .github/workflows/detekt.main.kts'' '
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- id : ' step-0'
16
16
name : ' Check out'
17
- uses : ' actions/checkout@v4 '
17
+ uses : ' actions/checkout@v5 '
18
18
- id : ' step-1'
19
19
name : ' Execute script'
20
20
run : ' rm '' .github/workflows/release.yaml'' && '' .github/workflows/release.main.kts'' '
You can’t perform that action at this time.
0 commit comments