Skip to content

Commit

Permalink
ci(deps): bump coatl-dev/workflows from 3 to 5 (#87)
Browse files Browse the repository at this point in the history
Bumps [coatl-dev/workflows](https://github.com/coatl-dev/workflows) from 3 to 5.
- [Release notes](https://github.com/coatl-dev/workflows/releases)
- [Changelog](https://github.com/coatl-dev/workflows/blob/coatl/CHANGELOG.md)
- [Commits](coatl-dev/workflows@v3...v5)

---
updated-dependencies:
- dependency-name: coatl-dev/workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 27, 2024
1 parent 9188fce commit 02cce31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip-compile-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pip-compile-upgrade:
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v3
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v5
with:
path: requirements.txt
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:

jobs:
test:
uses: coatl-dev/workflows/.github/workflows/tox-envs.yml@v3
uses: coatl-dev/workflows/.github/workflows/tox-envs.yml@v5
with:
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
tox:
uses: coatl-dev/workflows/.github/workflows/tox.yml@v3
uses: coatl-dev/workflows/.github/workflows/tox.yml@v5

pypi-publish:
needs:
- tox
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v3
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v5
secrets:
password: ${{ secrets.PYPI_API_TOKEN_INCENDIUM_STUBS }}

0 comments on commit 02cce31

Please sign in to comment.