Skip to content

Commit 746d9f0

Browse files
Update data-platform-workflows to v11.1.2 (#310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f843b52 commit 746d9f0

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
lint:
2424
name: Lint
25-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v11.0.1
25+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v11.1.2
2626

2727
unit-test:
2828
name: Unit test charm
@@ -42,7 +42,7 @@ jobs:
4242

4343
build:
4444
name: Build charm
45-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.0.1
45+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.1.2
4646
with:
4747
cache: true
4848

@@ -61,7 +61,7 @@ jobs:
6161
- lint
6262
- unit-test
6363
- build
64-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v11.0.1
64+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v11.1.2
6565
with:
6666
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
6767
cloud: lxd

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424

2525
build:
2626
name: Build charm
27-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.0.1
27+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.1.2
2828

2929
release:
3030
name: Release charm
3131
needs:
3232
- ci-tests
3333
- build
34-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v11.0.1
34+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v11.1.2
3535
with:
3636
channel: 14/edge
3737
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_issue_to_jira.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
sync:
1111
name: Sync GitHub issue to Jira
12-
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v11.0.1
12+
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v11.1.2
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ optional = true
6767

6868
[tool.poetry.group.integration.dependencies]
6969
pytest = "^7.4.4"
70-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
70+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/github_secrets"}
7171
pytest-operator = "^0.32.0"
72-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
73-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
72+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
73+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7474
juju = "^3.3.0.0"
7575
boto3 = "*"
7676
tenacity = "*"

0 commit comments

Comments
 (0)