File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4040
4141 # https://docs.astral.sh/uv/guides/integration/github/
4242 - name : Install uv and set the python version
43- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
43+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 activate-environment : true
Original file line number Diff line number Diff line change 3838
3939 # https://docs.astral.sh/uv/guides/integration/github/
4040 - name : Install uv and set the python version
41- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
41+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 activate-environment : true
Original file line number Diff line number Diff line change 3636
3737 # https://docs.astral.sh/uv/guides/integration/github/
3838 - name : Install uv and set the python version
39- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
39+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 activate-environment : true
Original file line number Diff line number Diff line change 4545
4646 # https://docs.astral.sh/uv/guides/integration/github/
4747 - name : Install uv and set the Python version
48- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
48+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151 activate-environment : true
@@ -350,7 +350,7 @@ jobs:
350350 # https://docs.astral.sh/uv/guides/integration/github/
351351 - name : Install uv and set the Python version
352352 if : needs.pytest.result != 'skipped'
353- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
353+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
354354 with :
355355 python-version : ' 3.9' # Match with the coverage report Python version
356356 activate-environment : true
Original file line number Diff line number Diff line change 3636
3737 # https://docs.astral.sh/uv/guides/integration/github/
3838 - name : Install uv and set the python version
39- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
39+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
4040 with :
4141 python-version : ' 3.14'
4242 activate-environment : true
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
2525 - name : Install uv and set the python version
26- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
26+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
2727 with :
2828 python-version : ' 3.14'
2929 activate-environment : true
Original file line number Diff line number Diff line change 3737
3838 # https://docs.astral.sh/uv/guides/integration/github/
3939 - name : Install uv and set the python version
40- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
40+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 activate-environment : true
@@ -102,7 +102,7 @@ jobs:
102102
103103 # https://docs.astral.sh/uv/guides/integration/github/
104104 - name : Install uv and set the python version
105- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
105+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
106106 with :
107107 python-version : ${{ matrix.python-version }}
108108 activate-environment : true
Original file line number Diff line number Diff line change 2626
2727 # https://docs.astral.sh/uv/guides/integration/github/
2828 - name : Install uv and set the Python version
29- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
29+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
3030 with :
3131 python-version : ' 3.x'
3232 activate-environment : true
Original file line number Diff line number Diff line change 4343
4444 # https://docs.astral.sh/uv/guides/integration/github/
4545 - name : Install uv and set the python version
46- uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4 .0
46+ uses : astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5 .0
4747 with :
4848 python-version : ${{ matrix.python-version }}
4949 activate-environment : true
You can’t perform that action at this time.
0 commit comments