Skip to content

Commit 4526cca

Browse files
committed
fix: ci workflow, package updates
1 parent 3698a59 commit 4526cca

File tree

4 files changed

+1341
-1069
lines changed

4 files changed

+1341
-1069
lines changed

.github/labeler.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
2+
23
# this file is for the labeler workflow job
34
# Documentation https://github.com/marketplace/actions/labeler
45

5-
'type: documentation':
6-
- assets/**/*
7-
- .github/*
8-
- ./*.md
6+
"type: documentation":
7+
- changed-files:
8+
- any-glob-to-any-file: [assets/**/*, .github/*, ./*.md]
9+
10+
"type: maintenance":
11+
- changed-files:
12+
- any-glob-to-any-file: [tests/**/*, .github/workflows/*]
913

10-
'type: maintenance':
11-
- .github/**/*
12-
- tests/**/*
14+
...

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-added-large-files
1010
- id: fix-encoding-pragma
1111

1212
- repo: https://github.com/commitizen-tools/commitizen
13-
rev: 3.0.1
13+
rev: v3.13.0
1414
hooks:
1515
- id: commitizen
1616
stages:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": "^8.2",
1919
"ext-pdo": "*",
20-
"cycle/annotated": "*",
20+
"cycle/annotated": "^3.4",
2121
"cycle/database": "^2.4",
2222
"cycle/entity-behavior": "^1.2",
2323
"cycle/migrations": "^4.0",

0 commit comments

Comments
 (0)