Skip to content

Commit 3a6b5f4

Browse files
authored
Merge pull request #11 from ortus-boxlang/development
version bump
2 parents 8f6cbf0 + f10a719 commit 3a6b5f4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

0 commit comments

Comments
 (0)