Skip to content

Commit 2dd0737

Browse files
committed
bump: version 6.0.4 → 6.0.5
1 parent df8ddd5 commit 2dd0737

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ commitizen:
66
name: cz_conventional_commits
77
tag_format: v$version
88
update_changelog_on_bump: true
9-
version: 6.0.4
9+
version: 6.0.5
1010
version_files:
1111
- README.md
1212
version_scheme: semver

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v6.0.5 (2025-09-08)
2+
3+
### Refactor
4+
5+
- **deps**: bump actions/setup-python from 5 to 6 (#90)
6+
17
## v6.0.4 (2025-08-12)
28

39
### Refactor

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GitHub action for using a matrix strategy to distribute the build for
5959
```yml
6060
jobs:
6161
main:
62-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
62+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
6363
with:
6464
registry-image: user/app
6565
metadata-tags: |
@@ -110,7 +110,7 @@ GitHub action for using a matrix strategy to distribute the build for
110110
```yml
111111
jobs:
112112
main:
113-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
113+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
114114
with:
115115
dockerhub-repo: user/app
116116
dockerhub-username: ${{ vars.DOCKERHUB_USERNAME }}
@@ -171,7 +171,7 @@ on:
171171
172172
jobs:
173173
pip-compile-upgrade:
174-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
174+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
175175
with:
176176
path: requirements.txt
177177
secrets:
@@ -222,7 +222,7 @@ on:
222222
223223
jobs:
224224
pre-commit-autoupdate:
225-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
225+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
226226
with:
227227
skip-repos: 'flake8'
228228
secrets:
@@ -247,7 +247,7 @@ to install Python and invoke [`pre-commit`].
247247
```yaml
248248
jobs:
249249
main:
250-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
250+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
251251
with:
252252
skip-hooks: 'pylint'
253253
```
@@ -270,7 +270,7 @@ This workflow will install Python and invoke `pylint` to analyze your code.
270270
```yaml
271271
jobs:
272272
main:
273-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
273+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
274274
with:
275275
path: src
276276
```
@@ -309,7 +309,7 @@ Secrets:
309309
```yaml
310310
jobs:
311311
main:
312-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
312+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
313313
with:
314314
python-version: '3.12'
315315
secrets:
@@ -356,7 +356,7 @@ requires =
356356
```yaml
357357
jobs:
358358
main:
359-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
359+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
360360
```
361361

362362
### .github/workflows/tox-gh.yml
@@ -393,7 +393,7 @@ and on your workflow:
393393
```yaml
394394
jobs:
395395
main:
396-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
396+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
397397
with:
398398
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
399399
```
@@ -421,7 +421,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
421421
```yaml
422422
jobs:
423423
main:
424-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
424+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
425425
with:
426426
python-versions: |
427427
3.9
@@ -475,7 +475,7 @@ on:
475475
476476
jobs:
477477
pip-compile-upgrade:
478-
uses: coatl-dev/workflows/.github/workflows/[email protected].4
478+
uses: coatl-dev/workflows/.github/workflows/[email protected].5
479479
with:
480480
path: requirements.txt
481481
secrets:

0 commit comments

Comments
 (0)