Skip to content

Commit 25d5588

Browse files
Update canonical/data-platform-workflows action to v31 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2323e31 commit 25d5588

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@v31.0.1
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@v31.0.1
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@v31.0.1
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@v31.0.1
2727
with:
2828
channel: ${{ github.ref_name }}
2929
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

0 commit comments

Comments
 (0)