File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ name: Autofix
17
17
jobs :
18
18
19
19
autofix :
20
- uses : kdeldycke/workflows/.github/workflows/autofix.yaml@v4.4.5
20
+ uses : kdeldycke/workflows/.github/workflows/autofix.yaml@v4.5.0
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ name: Autolock
8
8
jobs :
9
9
10
10
autolock :
11
- uses : kdeldycke/workflows/.github/workflows/autolock.yaml@v4.4.5
11
+ uses : kdeldycke/workflows/.github/workflows/autolock.yaml@v4.5.0
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ name: Changelog & versions
20
20
jobs :
21
21
22
22
changelog :
23
- uses : kdeldycke/workflows/.github/workflows/changelog.yaml@v4.4.5
23
+ uses : kdeldycke/workflows/.github/workflows/changelog.yaml@v4.5.0
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ name: Docs
17
17
jobs :
18
18
19
19
docs :
20
- uses : kdeldycke/workflows/.github/workflows/docs.yaml@v4.4.5
20
+ uses : kdeldycke/workflows/.github/workflows/docs.yaml@v4.5.0
21
21
22
22
update-docs :
23
23
needs : docs
29
29
python-version : " 3.12"
30
30
- name : Install uv
31
31
run : |
32
- python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5 /requirements/uv.txt
32
+ python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.5.0 /requirements/uv.txt
33
33
- name : Install project
34
34
run : |
35
35
uv --no-progress venv --system
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ name: Label sponsors
11
11
jobs :
12
12
13
13
label-sponsors :
14
- uses : kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v4.4.5
14
+ uses : kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v4.5.0
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ name: Labeller (content-based)
16
16
jobs :
17
17
18
18
labeller :
19
- uses : kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v4.4.5
19
+ uses : kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v4.5.0
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ name: Labeller (file-based)
13
13
jobs :
14
14
15
15
labeller :
16
- uses : kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v4.4.5
16
+ uses : kdeldycke/workflows/.github/workflows/labeller-file-based.yaml@v4.5.0
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ name: Labels
15
15
jobs :
16
16
17
17
labels :
18
- uses : kdeldycke/workflows/.github/workflows/labels.yaml@v4.4.5
18
+ uses : kdeldycke/workflows/.github/workflows/labels.yaml@v4.5.0
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ name: Lint
16
16
jobs :
17
17
18
18
lint :
19
- uses : kdeldycke/workflows/.github/workflows/lint.yaml@v4.4.5
19
+ uses : kdeldycke/workflows/.github/workflows/lint.yaml@v4.5.0
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ name: Build & release
10
10
jobs :
11
11
12
12
release :
13
- uses : kdeldycke/workflows/.github/workflows/release.yaml@v4.4.5
13
+ uses : kdeldycke/workflows/.github/workflows/release.yaml@v4.5.0
14
14
secrets :
15
15
PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
120
120
- name : Install uv
121
121
run : |
122
- python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.4.5 /requirements/uv.txt
122
+ python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/v4.5.0 /requirements/uv.txt
123
123
- name : Install project
124
124
run : |
125
125
uv --no-progress venv --system
You can’t perform that action at this time.
0 commit comments