Skip to content

Commit

Permalink
Merge pull request #47 from canonical/renovate/data-platform-workflows
Browse files Browse the repository at this point in the history
Update canonical/data-platform-workflows action to v17.0.1
  • Loading branch information
lucasgameiroborges authored Jul 29, 2024
2 parents 8de3f29 + 7ce28ec commit 4f454bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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@v17.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v17.0.1
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@v17.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v17.0.1

release:
name: Release rock
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_rock.yaml@v17.0.0
uses: canonical/data-platform-workflows/.github/workflows/release_rock.yaml@v17.0.1
with:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
permissions:
Expand Down

0 comments on commit 4f454bc

Please sign in to comment.