Skip to content

Commit

Permalink
Bump broadinstitute/shared-workflows from 2.0.0 to 2.0.1 (#211)
Browse files Browse the repository at this point in the history
Bumps [broadinstitute/shared-workflows](https://github.com/broadinstitute/shared-workflows) from 2.0.0 to 2.0.1.
- [Changelog](https://github.com/broadinstitute/shared-workflows/blob/main/CHANGELOG.md)
- [Commits](broadinstitute/shared-workflows@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: broadinstitute/shared-workflows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 44618c6 commit b1cb5db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ name: 'checks'

jobs:
linting:
uses: broadinstitute/shared-workflows/.github/workflows/[email protected].0
uses: broadinstitute/shared-workflows/.github/workflows/[email protected].1
unit-tests:
uses: broadinstitute/shared-workflows/.github/workflows/[email protected].0
uses: broadinstitute/shared-workflows/.github/workflows/[email protected].1
with:
python_package_name: cert_manager
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ name: 'deploy'

jobs:
pypi_deploy:
uses: broadinstitute/shared-workflows/.github/workflows/[email protected].0
uses: broadinstitute/shared-workflows/.github/workflows/[email protected].1
secrets:
pypi_token: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ name: 'test_deploy'

jobs:
pypi_test_deploy:
uses: broadinstitute/shared-workflows/.github/workflows/[email protected].0
uses: broadinstitute/shared-workflows/.github/workflows/[email protected].1
secrets:
pypi_test_token: ${{ secrets.PYPI_TEST_TOKEN }}

0 comments on commit b1cb5db

Please sign in to comment.