Skip to content

Commit 62603bc

Browse files
Update canonical/data-platform-workflows action to v30.2.0
1 parent d89ed95 commit 62603bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212
jobs:
1313
lint:
1414
name: Lint
15-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v30.1.3
15+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v30.2.0
1616

1717
build:
1818
name: Build snap
19-
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v30.1.3
19+
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v30.2.0
2020

2121
smoke:
2222
name: Smoke test snap

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ on:
1717
jobs:
1818
build:
1919
name: Build snap
20-
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v30.1.3
20+
uses: canonical/data-platform-workflows/.github/workflows/build_snap.yaml@v30.2.0
2121

2222
release:
2323
name: Release snap
2424
needs:
2525
- build
26-
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v30.1.3
26+
uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v30.2.0
2727
with:
2828
channel: 14/edge
2929
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)