Skip to content

Commit 01e5546

Browse files
committed
again another woops baby!
1 parent 7ebd274 commit 01e5546

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
restore-keys: |
4848
${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'test-harness/box.json' ) }}
4949
50-
- name: Setup CommandBox
51-
uses: Ortus-Solutions/setup-commandbox@2.0.1
50+
- name: Setup CommandBox CLI
51+
uses: Ortus-Solutions/setup-commandbox@v2.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@2.0.1
32+
uses: Ortus-Solutions/setup-commandbox@v2.0.1
3333

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

0 commit comments

Comments
 (0)