Skip to content

Commit 2f3d762

Browse files
authored
Merge pull request #193 from coldbox-modules/dependabot/github_actions/elpete/setup-commandbox-1.0.1
Bump elpete/setup-commandbox from 1.0.0 to 1.0.1
2 parents 926f731 + 4597aba commit 2f3d762

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)