From f93056b9c5bf8927ee7af245d4424588b5435eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:01:46 +0100 Subject: [PATCH] Bump databrickslabs/sandbox from acceptance/v0.3.1 to 0.4.2 (#80) Bumps [databrickslabs/sandbox](https://github.com/databrickslabs/sandbox) from acceptance/v0.3.1 to 0.4.2. This release includes the previously tagged commit.
Changelog

Sourced from databrickslabs/sandbox's changelog.

Version changelog

0.1.0

Dependency updates:

0.0.1

Initial version with some tooling.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/acceptance.yml | 2 +- .github/workflows/downstreams.yml | 2 +- .github/workflows/nightly.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 9b7f6e2..2db5f66 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -45,7 +45,7 @@ jobs: git fetch origin $GITHUB_HEAD_REF:$GITHUB_HEAD_REF - name: Run integration tests - uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.1 + uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2 with: vault_uri: ${{ secrets.VAULT_URI }} env: diff --git a/.github/workflows/downstreams.yml b/.github/workflows/downstreams.yml index 9770be7..be8cc56 100644 --- a/.github/workflows/downstreams.yml +++ b/.github/workflows/downstreams.yml @@ -46,7 +46,7 @@ jobs: run: | pip install hatch==1.9.4 - name: Downstreams - uses: databrickslabs/sandbox/downstreams@acceptance/v0.3.1 + uses: databrickslabs/sandbox/downstreams@acceptance/v0.4.2 with: repo: ${{ matrix.downstream.name }} org: databrickslabs diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 582e1ef..5a4742b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -35,7 +35,7 @@ jobs: run: pip install hatch==1.9.4 - name: Run nightly tests - uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.1 + uses: databrickslabs/sandbox/acceptance@acceptance/v0.4.2 with: vault_uri: ${{ secrets.VAULT_URI }} create_issues: true