Skip to content

Commit 88f1a76

Browse files
Update data-platform-workflows to v23.0.4 (#650)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 685d78c commit 88f1a76

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
lint:
2525
name: Lint
26-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
26+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
2727

2828
unit-test:
2929
name: Unit test charm
@@ -45,7 +45,7 @@ jobs:
4545

4646
build:
4747
name: Build charm
48-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
48+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
4949
with:
5050
cache: true
5151

@@ -77,7 +77,7 @@ jobs:
7777
- lint
7878
- unit-test
7979
- build
80-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
80+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
8181
with:
8282
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
8383
architecture: ${{ matrix.architecture }}

.github/workflows/release.yaml

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

2626
build:
2727
name: Build charm
28-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
28+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
2929

3030
release:
3131
name: Release charm
3232
needs:
3333
- ci-tests
3434
- build
35-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
35+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
3636
with:
3737
channel: 14/edge
3838
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
sync-docs:
1212
name: Sync docs from Discourse
13-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
13+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
1414
with:
1515
reviewers: a-velasco,izmalk
1616
permissions:

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ optional = true
6161

6262
[tool.poetry.group.integration.dependencies]
6363
pytest = "^8.3.3"
64-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/github_secrets"}
64+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/github_secrets"}
6565
pytest-operator = "^0.38.0"
66-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
67-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
66+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
67+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6868
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
6969
juju = "<=3.5.0.0"
7070
boto3 = "*"
@@ -73,7 +73,7 @@ landscape-api-py3 = "^0.9.0"
7373
mailmanclient = "^3.3.5"
7474
psycopg2-binary = "^2.9.9"
7575
allure-pytest = "^2.13.5"
76-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
76+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7777

7878
# Testing tools configuration
7979
[tool.coverage.run]

0 commit comments

Comments
 (0)