Skip to content

Commit cb7e39f

Browse files
Update databrickslabs/sandbox requirement to acceptance/v0.3.0
Updates the requirements on [databrickslabs/sandbox](https://github.com/databrickslabs/sandbox) to permit the latest version. - [Release notes](https://github.com/databrickslabs/sandbox/releases) - [Changelog](https://github.com/databrickslabs/sandbox/blob/main/CHANGELOG.md) - [Commits](https://github.com/databrickslabs/sandbox/commits/acceptance/v0.3.0) --- updated-dependencies: - dependency-name: databrickslabs/sandbox dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f876a74 commit cb7e39f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git fetch origin $GITHUB_HEAD_REF:$GITHUB_HEAD_REF
4646
4747
- name: Run integration tests
48-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.2
48+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.0
4949
with:
5050
vault_uri: ${{ secrets.VAULT_URI }}
5151
timeout: 55m

.github/workflows/downstreams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
pip install hatch==1.9.4
5050
- name: Downstreams
51-
uses: databrickslabs/sandbox/downstreams@downstreams/v0.0.1
51+
uses: databrickslabs/sandbox/downstreams@acceptance/v0.3.0
5252
with:
5353
repo: ${{ matrix.downstream.name }}
5454
org: databrickslabs

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: pip install hatch==1.9.4
3636

3737
- name: Run nightly tests
38-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.2
38+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.0
3939
with:
4040
vault_uri: ${{ secrets.VAULT_URI }}
4141
timeout: 55m

0 commit comments

Comments
 (0)