File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,10 +54,11 @@ jobs:
5454 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555 with :
5656 persist-credentials : false
57- - uses : actions/setup-python@v6
57+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5858 # 3.11.0 isn't available through setup-uv
5959 with :
6060 python-version : ${{ matrix.python-version }}
61+ allow-prereleases : true
6162 - uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
6263 with :
6364 enable-cache : true
@@ -110,7 +111,7 @@ jobs:
110111 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
111112 with :
112113 persist-credentials : false
113- - uses : actions/setup-python@v6
114+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
114115 # 3.11.0 isn't available through setup-uv
115116 with :
116117 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments