4040 runs-on : ubuntu-24.04
4141 steps :
4242 - name : Checkout Repository
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444
4545 - name : Setup Java
4646 uses : actions/setup-java@v5
4949 java-version : " 11"
5050
5151 - name : Setup BoxLang
52- uses : ortus-boxlang/setup-boxlang@1.2 .0
52+ uses : ortus-boxlang/setup-boxlang@1.3 .0
5353 with :
5454 version : " snapshot"
5555
9797 box task run build/Build.cfc run ${{ env.COLDBOX_VERSION }} ${{ github.run_number }} ${{ env.BRANCH }}
9898
9999 - name : Commit Changelog [unreleased] with latest version
100- uses : EndBug/add-and-commit@v9.1.4
100+ uses : EndBug/add-and-commit@v10.0.0
101101 if : env.SNAPSHOT == 'false'
102102 with :
103103 author_name : Github Actions
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Upload Build Artifacts
117117 if : success()
118- uses : actions/upload-artifact@v5
118+ uses : actions/upload-artifact@v7
119119 with :
120120 path : |
121121 .artifacts/**/*
@@ -153,7 +153,7 @@ jobs:
153153 cd $ROOT_DIR/.artifacts/logbox/${{ env.COLDBOX_VERSION }} && box forgebox publish
154154
155155 - name : Create Github Release
156- uses : taiki-e/create-gh-release-action@v1.9.1
156+ uses : taiki-e/create-gh-release-action@v1.9.3
157157 continue-on-error : true
158158 if : env.SNAPSHOT == 'false'
159159 with :
@@ -184,13 +184,13 @@ jobs:
184184 needs : [ build ]
185185 steps :
186186 - name : Checkout Development Repository
187- uses : actions/checkout@v5
187+ uses : actions/checkout@v6
188188 if : env.LTS == 'false'
189189 with :
190190 ref : development
191191
192192 - name : Checkout LTS Repository
193- uses : actions/checkout@v5
193+ uses : actions/checkout@v6
194194 if : env.LTS == 'true'
195195
196196 - name : Setup CommandBox
@@ -199,7 +199,7 @@ jobs:
199199 forgeboxAPIKey : ${{ secrets.FORGEBOX_TOKEN }}
200200
201201 - name : Download build artifacts
202- uses : actions/download-artifact@v6
202+ uses : actions/download-artifact@v8
203203 with :
204204 path : .tmp
205205
@@ -220,7 +220,7 @@ jobs:
220220 git pull
221221
222222 - name : Commit Version Bump
223- uses : EndBug/add-and-commit@v9.1.4
223+ uses : EndBug/add-and-commit@v10.0.0
224224 if : ${{ always() }}
225225 with :
226226 author_name : Github Actions
0 commit comments