File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 ports :
1919 - 6379:6379
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
25- python-version : " 3.11 "
26- - uses : astral-sh/setup-uv@v3
25+ python-version : " 3.13 "
26+ - uses : astral-sh/setup-uv@v7
2727 with :
2828 enable-cache : true
2929 - name : Install project
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 - 6379:6379
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626 - name : Setup Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
29- python-version : " 3.9 "
30- - uses : astral-sh/setup-uv@v3
29+ python-version : " 3.13 "
30+ - uses : astral-sh/setup-uv@v7
3131 with :
3232 enable-cache : true
3333 - name : Install deps
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 ports :
2525 - 6379:6379
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0
30- - uses : actions/setup-python@v5
30+ - uses : actions/setup-python@v6
3131 with :
32- python-version : " 3.9 "
33- - uses : astral-sh/setup-uv@v3
32+ python-version : " 3.13 "
33+ - uses : astral-sh/setup-uv@v7
3434 with :
3535 enable-cache : true
3636 - name : Add version to environment vars
5151 - name : Build
5252 run : uv build
5353 - name : Create Release Draft
54- uses : softprops/action-gh-release@v2
54+ uses : softprops/action-gh-release@v2.5
5555 env :
5656 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5757 with :
Original file line number Diff line number Diff line change @@ -22,21 +22,22 @@ jobs:
2222 max-parallel : 4
2323 matrix :
2424 python-version :
25- - " 3.9"
2625 - " 3.10"
2726 - " 3.11"
2827 - " 3.12"
28+ - " 3.13"
29+ - " 3.14"
2930 celery-version : [">=5.4"]
3031 include :
3132 - celery-version : " >=5.3,<5.4"
3233 python-version : " 3.12"
3334 steps :
34- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v6
3536 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3738 with :
3839 python-version : ${{ matrix.python-version }}
39- - uses : astral-sh/setup-uv@v3
40+ - uses : astral-sh/setup-uv@v7
4041 with :
4142 enable-cache : true
4243 - name : Install project
You can’t perform that action at this time.
0 commit comments