Skip to content

Commit 6f6f7f5

Browse files
Update data-platform-workflows to v30.0.2 (#863)
1 parent 72f77ad commit 6f6f7f5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/check_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ on:
1515
jobs:
1616
check-pr:
1717
name: Check pull request
18-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
18+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
lint:
2929
name: Lint
30-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
30+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
3131

3232
unit-test:
3333
name: Unit test charm
@@ -49,7 +49,7 @@ jobs:
4949

5050
build:
5151
name: Build charm
52-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
52+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
5353

5454
integration-test:
5555
name: Integration test charm

.github/workflows/promote.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ on:
2525
jobs:
2626
promote:
2727
name: Promote charm
28-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
28+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
2929
with:
3030
track: '14'
3131
from-risk: ${{ inputs.from-risk }}
3232
to-risk: ${{ inputs.to-risk }}
3333
secrets:
3434
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
3535
permissions:
36-
contents: write # Needed to update git tags
36+
contents: write # Needed to edit GitHub releases

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Release charm
4545
needs:
4646
- ci-tests
47-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
47+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
4848
with:
4949
channel: 14/edge
5050
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

.github/workflows/sync_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
sync-docs:
1212
name: Sync docs from Discourse
13-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
13+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
1414
with:
1515
reviewers: a-velasco
1616
permissions:

0 commit comments

Comments
 (0)