We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e910a commit 7ebd274Copy full SHA for 7ebd274
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'test-harness/box.json' ) }}
49
50
- name: Setup CommandBox
51
- uses: Ortus-Solutions/setup-commandbox@master
+ uses: Ortus-Solutions/setup-commandbox@2.0.1
52
with:
53
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
54
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
java-version: "11"
30
31
- name: Setup CommandBox CLI
32
33
34
- name: Cache CommandBox Dependencies
35
uses: actions/cache@v1
0 commit comments