Skip to content

Commit

Permalink
Update data-platform-workflows to v19 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 5bb3035 commit cef4cbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

build:
name: Build rock
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v18.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v19.0.0
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ on:
jobs:
build:
name: Build rock
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v18.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v19.0.0

release:
name: Release rock
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_rock.yaml@v18.0.0
uses: canonical/data-platform-workflows/.github/workflows/release_rock.yaml@v19.0.0
with:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_issue_to_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
sync:
name: Sync GitHub issue to Jira
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v18
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v19
with:
jira-base-url: https://warthogs.atlassian.net
jira-project-key: DPE
Expand Down

0 comments on commit cef4cbd

Please sign in to comment.