Skip to content

Commit

Permalink
ci(deps)(deps): bump coatl-dev/workflows from 4 to 5 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 9ef013a commit 740f129
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 @@ -18,4 +18,4 @@ jobs:

tox:
needs: jython
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,25 +7,25 @@ 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

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

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

pypi-publish:
needs: 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 740f129

Please sign in to comment.