Skip to content

Commit 4fed73b

Browse files
Update data-platform-workflows to v23.0.5 (#776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5852221 commit 4fed73b

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].4
26+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
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].4
48+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
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].4
80+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
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
@@ -42,14 +42,14 @@ jobs:
4242

4343
build:
4444
name: Build charm
45-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
45+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
4646

4747
release:
4848
name: Release charm
4949
needs:
5050
- ci-tests
5151
- build
52-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
52+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
5353
with:
5454
channel: 14/edge
5555
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].4
13+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
1414
with:
1515
reviewers: a-velasco
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
@@ -64,11 +64,11 @@ optional = true
6464
[tool.poetry.group.integration.dependencies]
6565
lightkube = "^0.15.5"
6666
pytest = "^8.3.3"
67-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/github_secrets"}
67+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/github_secrets"}
6868
pytest-operator = "^0.38.0"
69-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
70-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
71-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
69+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
70+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
71+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7272
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
7373
juju = "<=3.5.2.1"
7474
psycopg2-binary = "^2.9.10"

0 commit comments

Comments
 (0)