Skip to content

Commit

Permalink
Update canonical/data-platform-workflows action to v23.0.4 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 6128bde commit 4650429
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/[email protected].2
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4

build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4

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 @@ -16,13 +16,13 @@ on:
jobs:
build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4

release:
name: Release snap
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
with:
channel: 14/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down

0 comments on commit 4650429

Please sign in to comment.