Skip to content

Commit 68d1289

Browse files
Update data-platform-workflows to v24 (#190)
1 parent 10d7538 commit 68d1289

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
build:
6868
name: Build charm
69-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.1
69+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v24.0.0
7070
with:
7171
# Use of cache blocked by https://github.com/canonical/charmcraft/issues/1456
7272
# Details: https://github.com/canonical/charmcraftcache/issues/3

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515

1616
build:
1717
name: Build charm
18-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.1
18+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v24.0.0
1919

2020
release:
2121
name: Release charm
2222
needs:
2323
- ci-tests
2424
- build
25-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.1.1
25+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v24.0.0
2626
with:
2727
channel: dpe/edge
2828
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_docs.yaml

+1-1
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/sync_docs.yaml@v23.1.1
13+
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v24.0.0
1414
with:
1515
reviewers: a-velasco
1616
permissions:

poetry.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ pytest-mock = "^3.14.0"
5555
[tool.poetry.group.integration.dependencies]
5656
pytest = "^8.2.2"
5757
pytest-operator = "^0.35.0"
58-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
59-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
60-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
58+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
59+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
60+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
6161
juju = "^3.6.0.0"
6262
mysql-connector-python = "~8.0.33"
6363
tenacity = "^8.5.0"

0 commit comments

Comments
 (0)