Skip to content

Commit

Permalink
ci: bump coatl-dev/workflows from 3 to 4 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Jun 19, 2024
1 parent 192007f commit 08d628b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 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@v3
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v4
with:
skip-hooks: 'pylint'

pylint:
needs: pre-commit
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v3
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v4
3 changes: 2 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- '.github/workflows/pr-build.yml'
- requirements/dev.txt
- 'src/**'
- Makefile
Expand All @@ -17,4 +18,4 @@ jobs:

tox:
needs: jython
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v3
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v4
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@v3
uses: coatl-dev/workflows/.github/workflows/pre-commit-autoupdate.yml@v4
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,25 +7,25 @@ on:

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

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

jython:
needs: pylint
uses: ./.github/workflows/jython.yml

tox:
needs: jython
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v3
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v4

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

0 comments on commit 08d628b

Please sign in to comment.