Skip to content

Commit 7ebd274

Browse files
committed
wrong version
1 parent c6e910a commit 7ebd274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'test-harness/box.json' ) }}
4949
5050
- name: Setup CommandBox
51-
uses: Ortus-Solutions/setup-commandbox@master
51+
uses: Ortus-Solutions/setup-commandbox@2.0.1
5252
with:
5353
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
5454

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: "11"
3030

3131
- name: Setup CommandBox CLI
32-
uses: Ortus-Solutions/setup-commandbox@master
32+
uses: Ortus-Solutions/setup-commandbox@2.0.1
3333

3434
- name: Cache CommandBox Dependencies
3535
uses: actions/cache@v1

0 commit comments

Comments
 (0)