Skip to content

Commit 4597aba

Browse files
Bump elpete/setup-commandbox from 1.0.0 to 1.0.1
Bumps [elpete/setup-commandbox](https://github.com/elpete/setup-commandbox) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/elpete/setup-commandbox/releases) - [Commits](elpete/setup-commandbox@v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: elpete/setup-commandbox dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 926f731 commit 4597aba

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
@@ -45,7 +45,7 @@ jobs:
4545
${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'test-harness/box.json' ) }}
4646
4747
- name: Setup CommandBox
48-
uses: elpete/[email protected].0
48+
uses: elpete/[email protected].1
4949

5050
- name: Setup env.VERSION
5151
run: |
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@v4
139139

140140
- name: Setup CommandBox
141-
uses: elpete/[email protected].0
141+
uses: elpete/[email protected].1
142142

143143
- name: Generate Docs
144144
run: |

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
#printf "DB_BUNDLENAME=com.mysql.cj\n" >> test-harness/.env
4444
4545
- name: Setup CommandBox
46-
uses: elpete/[email protected].0
46+
uses: elpete/[email protected].1
4747

4848
- name: Install Main Dependencies
4949
working-directory: ./

0 commit comments

Comments
 (0)