Skip to content

Commit

Permalink
chore(deps): update canonical/data-platform-workflows action to v29.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent fd6a70b commit a7a0ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
name: Build charm | ${{ matrix.charm }}
needs:
- get-charm-paths-channel
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.1.0
with:
path-to-charm-directory: ${{ matrix.charm }}

Expand All @@ -111,7 +111,7 @@ jobs:
needs:
- get-charm-paths-channel
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.1.0
with:
channel: ${{ needs.get-charm-paths-channel.outputs.charm-channel }}
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Release charm | ${{ matrix.charm }}
needs:
- ci-tests
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.1.0
with:
channel: ${{ needs.ci-tests.outputs.channel }}
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
Expand Down

0 comments on commit a7a0ffd

Please sign in to comment.