Skip to content

Commit f73eacf

Browse files
Update canonical/data-platform-workflows action to v41
1 parent d41dbd2 commit f73eacf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- gcs/
7070
- gcs/tests/integration/requirer-charm
7171
name: Build charm | ${{ matrix.path }}
72-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v40.0.2
72+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v41.1.1
7373
with:
7474
path-to-charm-directory: ${{ matrix.path }}
7575
cache: false

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
needs:
4949
- lib-check
5050
- ci-tests
51-
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v40.0.2
51+
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v41.1.1
5252
with:
5353
track: ${{ matrix.charm.track }}
5454
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)