Skip to content

Commit

Permalink
chore(deps): update canonical/data-platform-workflows action to v20.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent e029133 commit 35917ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3

lib-check:
name: Check libraries
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

build:
name: Build charm | ${{ matrix.path }}
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
strategy:
matrix:
path:
Expand All @@ -71,7 +71,7 @@ jobs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
with:
artifact-prefix: packed-charm-cache-true
cloud: microk8s
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:

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

release:
name: Release charm
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
uses: canonical/data-platform-workflows/.github/workflows/[email protected].3
with:
channel: 6/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down

0 comments on commit 35917ea

Please sign in to comment.