File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout Repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626
2727 - uses : Ortus-Solutions/commandbox-action@v1.0.3
2828 with :
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout Repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Setup CommandBox
3535 uses : Ortus-Solutions/setup-commandbox@v2.0.1
@@ -138,7 +138,7 @@ jobs:
138138 steps :
139139 # Checkout development
140140 - name : Checkout Repository
141- uses : actions/checkout@v4
141+ uses : actions/checkout@v5
142142 with :
143143 ref : development
144144
Original file line number Diff line number Diff line change 2020 name : Code Auto-Formatting
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424
2525 - name : Auto-format
2626 uses : Ortus-Solutions/commandbox-action@v1.0.3
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Setup Java
19- uses : actions/setup-java@v4
19+ uses : actions/setup-java@v5
2020 with :
2121 distribution : " temurin"
2222 java-version : " 11"
You can’t perform that action at this time.
0 commit comments