Skip to content

Commit ca46680

Browse files
Bump databrickslabs/sandbox from acceptance/v0.2.1 to 0.2.2 (#1769)
1 parent b3a0bf8 commit ca46680

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
run: pip install hatch==1.9.4
4141

4242
- name: Run integration tests
43-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.1
43+
# ...
44+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.2
4445
with:
4546
vault_uri: ${{ secrets.VAULT_URI }}
4647
timeout: 45m

.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.1
38+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.2
3939
with:
4040
vault_uri: ${{ secrets.VAULT_URI }}
4141
timeout: 45m

0 commit comments

Comments
 (0)