Skip to content

Commit af5aa5b

Browse files
committed
Merge branch 'development'
2 parents eebf989 + 71ccb8c commit af5aa5b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cmd: run-script format
2929

3030
- name: Commit Format Changes
31-
uses: stefanzweifel/git-auto-commit-action@v6
31+
uses: stefanzweifel/git-auto-commit-action@v7
3232
with:
3333
commit_message: Apply cfformat changes
3434
push_options: --force

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
java-version: "11"
5050

5151
- name: Setup BoxLang
52-
uses: ortus-boxlang/setup-boxlang@1.1.0
52+
uses: ortus-boxlang/setup-boxlang@1.2.0
5353
with:
5454
version: "snapshot"
5555

@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Upload Build Artifacts
117117
if: success()
118-
uses: actions/upload-artifact@v4
118+
uses: actions/upload-artifact@v5
119119
with:
120120
path: |
121121
.artifacts/**/*
@@ -199,7 +199,7 @@ jobs:
199199
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
200200

201201
- name: Download build artifacts
202-
uses: actions/download-artifact@v5
202+
uses: actions/download-artifact@v6
203203
with:
204204
path: .tmp
205205

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cmd: run-script format
3636

3737
- name: Commit Format Changes
38-
uses: stefanzweifel/git-auto-commit-action@v6
38+
uses: stefanzweifel/git-auto-commit-action@v7
3939
with:
4040
commit_message: Apply cfformat changes
4141
push_options: --force

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: echo "CFENGINE_VERSION=$(box echo ${serverInfo.engineName@coldbox-${{ matrix.cfengine }}}@${serverInfo.engineVersion@coldbox-${{ matrix.cfengine }}})" >> $GITHUB_ENV
8989

9090
- name: Publish Test Reports
91-
uses: mikepenz/action-junit-report@v5.6.2
91+
uses: mikepenz/action-junit-report@v6.0.1
9292
if: always()
9393
with:
9494
report_paths: |
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Upload Debugging Info To Artifacts
122122
if: ${{ failure() }}
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v5
124124
with:
125125
name: Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.jdkVersion }}
126126
path: |
@@ -135,7 +135,7 @@ jobs:
135135
if: always()
136136
steps:
137137
- name: Download Test Results Artifacts
138-
uses: actions/download-artifact@v5
138+
uses: actions/download-artifact@v6
139139
with:
140140
path: artifacts
141141

0 commit comments

Comments
 (0)