File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939
4040 steps :
4141 - name : Checkout Repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343
4444 - name : Setup Boxlang
45- uses : ortus-boxlang/setup-boxlang@1.1 .0
45+ uses : ortus-boxlang/setup-boxlang@1.2 .0
4646
4747 - name : Prep Version
4848 id : read-config
@@ -125,7 +125,7 @@ jobs:
125125
126126 - name : Upload Build Artifacts
127127 if : success()
128- uses : actions/upload-artifact@v4
128+ uses : actions/upload-artifact@v6
129129 with :
130130 name : boxlang-tmbundle
131131 path : |
@@ -189,15 +189,15 @@ jobs:
189189
190190 steps :
191191 - name : Checkout Development Repository
192- uses : actions/checkout@v4
192+ uses : actions/checkout@v6
193193 with :
194194 ref : development
195195
196196 - name : Setup CommandBox
197197 uses : Ortus-Solutions/setup-commandbox@v2.0.1
198198
199199 - name : Download build artifacts
200- uses : actions/download-artifact@v4
200+ uses : actions/download-artifact@v7
201201 with :
202202 path : .tmp
203203
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 ref : ${{ inputs.checkout-ref }}
2323
You can’t perform that action at this time.
0 commit comments