@@ -61,7 +61,7 @@ GitHub action for using a matrix strategy to distribute the build for
61
61
``` yml
62
62
jobs :
63
63
main :
64
- uses :
coatl-dev/workflows/.github/workflows/[email protected] .3
64
+ uses :
coatl-dev/workflows/.github/workflows/[email protected] .4
65
65
with :
66
66
registry-image : user/app
67
67
metadata-tags : |
@@ -114,7 +114,7 @@ GitHub action for using a matrix strategy to distribute the build for
114
114
` ` ` yml
115
115
jobs:
116
116
main:
117
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
117
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
118
118
with:
119
119
dockerhub-repo: user/app
120
120
dockerhub-username: ${{ vars.DOCKERHUB_USERNAME }}
174
174
175
175
jobs:
176
176
pip-compile-upgrade:
177
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
177
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
178
178
with:
179
179
path: requirements.txt
180
180
secrets:
225
225
226
226
jobs:
227
227
pre-commit-autoupdate:
228
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
228
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
229
229
with:
230
230
skip-repos: 'flake8'
231
231
secrets:
@@ -250,7 +250,7 @@ to install Python and invoke [`pre-commit`].
250
250
` ` ` yaml
251
251
jobs:
252
252
main:
253
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
253
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
254
254
with:
255
255
skip-hooks: 'pylint'
256
256
` ` `
@@ -269,7 +269,7 @@ This workflow will install Python and invoke `pylint` to analyze your code.
269
269
` ` ` yaml
270
270
jobs:
271
271
main:
272
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
272
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
273
273
with:
274
274
path: src
275
275
` ` `
@@ -305,7 +305,7 @@ Secrets:
305
305
` ` ` yaml
306
306
jobs:
307
307
main:
308
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
308
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
309
309
with:
310
310
python-version: '2.7'
311
311
secrets:
@@ -333,7 +333,7 @@ requires =
333
333
` ` ` yaml
334
334
jobs:
335
335
main:
336
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
336
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
337
337
` ` `
338
338
339
339
# ## .github/workflows/tox-envs.yml
@@ -365,7 +365,7 @@ requires =
365
365
` ` ` yaml
366
366
jobs:
367
367
main:
368
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
368
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
369
369
with:
370
370
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
371
371
` ` `
@@ -402,7 +402,7 @@ and on your workflow:
402
402
` ` ` yaml
403
403
jobs:
404
404
main:
405
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
405
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
406
406
with:
407
407
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
408
408
` ` `
@@ -417,7 +417,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
417
417
` ` ` yaml
418
418
jobs:
419
419
main:
420
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
420
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
421
421
` ` `
422
422
423
423
[`actions/setup-python`] : https://github.com/actions/setup-python
0 commit comments