Skip to content

Commit 8ab8f90

Browse files
Update canonical/data-platform-workflows action to v30.0.2 (#556)
* Update canonical/data-platform-workflows action to v30.0.2 * Update promote.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carl Csaposs <[email protected]>
1 parent a68147d commit 8ab8f90

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
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
lint:
2222
name: Lint
23-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
23+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
2424

2525
unit-test:
2626
name: Unit test charm
@@ -60,7 +60,7 @@ jobs:
6060

6161
build:
6262
name: Build charm
63-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
63+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
6464

6565
integration-test:
6666
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: '8.0'
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
@@ -39,7 +39,7 @@ jobs:
3939
needs:
4040
- lib-check
4141
- ci-tests
42-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
42+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
4343
with:
4444
channel: 8.0/edge
4545
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)