@@ -17,7 +17,7 @@ permissions:
1717 contents : read
1818
1919env :
20- PREK_VERSION : ' 0.3 .x'
20+ PREK_VERSION : ' 0.4 .x'
2121 TARGET_PYTHON_VERSION : " 3.14"
2222
2323jobs :
3333 submodules : recursive
3434
3535 - name : Install uv and set the python version
36- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
36+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 activate-environment : true
4949
5050 - if : matrix.python-version == env.TARGET_PYTHON_VERSION
5151 name : Upload coverage to Codecov
52- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5 .1
52+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0 .1
5353 with :
5454 flags : unittests # optional
5555 name : coverage # optional
6363 steps :
6464 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6565 - name : Install uv and set the python version
66- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
66+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6767 with :
6868 python-version : ${{ env.TARGET_PYTHON_VERSION }}
6969 ignore-nothing-to-cache : true
8181 steps :
8282 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8383 - name : Install uv and set the python version
84- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
84+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
8585 with :
8686 python-version : ${{ env.TARGET_PYTHON_VERSION }}
8787 ignore-nothing-to-cache : true
0 commit comments