Skip to content

Commit

Permalink
ci(deps): bump coatl-dev/workflows from 4 to 5 (#298)
Browse files Browse the repository at this point in the history
Bumps [coatl-dev/workflows](https://github.com/coatl-dev/workflows) from 4 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@v4...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 26, 2024
1 parent d2bf159 commit c9d6f5a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

jobs:
pre-commit:
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v4
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v5
with:
skip-hooks: 'pylint'

pylint:
needs: pre-commit
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v4
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v5
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@v4
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v5
with:
path: requirements.txt
python-version: '2.7'
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 @@ -15,4 +15,4 @@ on:

jobs:
tox:
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v4
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v5
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pre-commit-autoupdate:
uses: coatl-dev/workflows/.github/workflows/pre-commit-autoupdate.yml@v4
uses: coatl-dev/workflows/.github/workflows/pre-commit-autoupdate.yml@v5
with:
skip-repos: 'flake8'
secrets:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ on:

jobs:
pre-commit:
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v4
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v5
with:
skip-hooks: 'pylint'

pylint:
needs: pre-commit
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v4
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v5

tox:
needs:
- pre-commit
- pylint
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v4
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v5

pypi-publish:
needs:
- pre-commit
- pylint
- tox
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v4
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v5
with:
python-version: '2.7'
secrets:
Expand Down

0 comments on commit c9d6f5a

Please sign in to comment.