Skip to content

Commit

Permalink
Bump broadinstitute/shared-workflows from 1.4.0 to 1.4.2
Browse files Browse the repository at this point in the history
Bumps [broadinstitute/shared-workflows](https://github.com/broadinstitute/shared-workflows) from 1.4.0 to 1.4.2.
- [Changelog](https://github.com/broadinstitute/shared-workflows/blob/main/CHANGELOG.md)
- [Commits](broadinstitute/shared-workflows@v1.4.0...v1.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 88ce0e9 commit db4e2c5
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].2
unit-tests:
uses: broadinstitute/shared-workflows/.github/workflows/[email protected].0
uses: broadinstitute/shared-workflows/.github/workflows/[email protected].2
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].2
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].2
secrets:
pypi_test_token: ${{ secrets.PYPI_TEST_TOKEN }}

0 comments on commit db4e2c5

Please sign in to comment.