Skip to content

Commit

Permalink
Update canonical/data-platform-workflows action to v23.1.0 (#64)
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 Nov 27, 2024
1 parent 45b7fc8 commit 91494e8
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@v23.0.5
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.1.0

build:
name: Build snap
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v23.0.5
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v23.1.0

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/build_snap.yaml@v23.0.5
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v23.1.0

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

0 comments on commit 91494e8

Please sign in to comment.