Skip to content

Commit

Permalink
ci(deps): bump PurpleBooth/common-pipelines from 0.6.52 to 0.8.9
Browse files Browse the repository at this point in the history
Bumps [PurpleBooth/common-pipelines](https://github.com/purplebooth/common-pipelines) from 0.6.52 to 0.8.9.
- [Release notes](https://github.com/purplebooth/common-pipelines/releases)
- [Changelog](https://github.com/PurpleBooth/common-pipelines/blob/main/CHANGELOG.md)
- [Commits](PurpleBooth/common-pipelines@v0.6.52...v0.8.9)

---
updated-dependencies:
- dependency-name: PurpleBooth/common-pipelines
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent cd6220d commit e7acee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
specdown:
uses: PurpleBooth/common-pipelines/.github/workflows/specdown-check.yml@main
docker-build:
uses: PurpleBooth/common-pipelines/.github/workflows/docker-build.yml@v0.6.52
uses: PurpleBooth/common-pipelines/.github/workflows/docker-build.yml@v0.8.9

release:
if: github.ref == 'refs/heads/main'
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
if: needs.release.outputs.version_bump
needs:
- release
uses: PurpleBooth/common-pipelines/.github/workflows/docker-push.yml@v0.6.52
uses: PurpleBooth/common-pipelines/.github/workflows/docker-push.yml@v0.8.9
with:
current_version: ${{ needs.release.outputs.current_version }}

Expand Down

0 comments on commit e7acee7

Please sign in to comment.