Skip to content

Commit b1e30eb

Browse files
Update data-platform-workflows to v23.1.1 (#470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1af1c39 commit b1e30eb

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].0
26+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
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].0
48+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
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].0
80+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
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].0
45+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
4646

4747
release:
4848
name: Release charm
4949
needs:
5050
- ci-tests
5151
- build
52-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
52+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
5353
with:
5454
channel: 1/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].0
13+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
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
@@ -59,11 +59,11 @@ optional = true
5959
[tool.poetry.group.integration.dependencies]
6060
lightkube = "*"
6161
pytest = "^8.3.3"
62-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
62+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/github_secrets"}
6363
pytest-operator = "^0.38.0"
64-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
65-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
66-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
64+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
65+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
66+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6767
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
6868
juju = "<=3.5.2.1"
6969
tenacity = "*"

0 commit comments

Comments
 (0)