Skip to content

Commit

Permalink
Update canonical/data-platform-workflows action to v29.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent ce84beb commit 557824a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.1

build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v29.0.1

smoke:
name: Smoke test snap
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ on:
jobs:
build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v29.0.1

release:
name: Release snap
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v29.0.0
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v29.0.1
with:
channel: 14/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down

0 comments on commit 557824a

Please sign in to comment.