@@ -13,17 +13,17 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Set up Python
1919 uses : actions/setup-python@v6
2020 with :
2121 python-version-file : " pyproject.toml"
2222
2323 - name : Install uv
24- uses : astral-sh/setup-uv@v6
24+ uses : astral-sh/setup-uv@v7
2525 with :
26- version : " 0.8 .x"
26+ version : " 0.9 .x"
2727 enable-cache : true
2828 cache-dependency-glob : " uv.lock"
2929
@@ -38,11 +38,11 @@ jobs:
3838 runs-on : ubuntu-latest
3939 strategy :
4040 matrix :
41- python-version : ["3.10", "3.11", "3.12", "3.13", "3.14-dev "]
41+ python-version : ["3.10", "3.11", "3.12", "3.13", "3.14"]
4242 fail-fast : false
4343
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646
4747 - name : Get Non-Hyphenated Python Version
4848 id : get-pyver
6262 python-version : ${{ matrix.python-version }}
6363
6464 - name : Install uv
65- uses : astral-sh/setup-uv@v6
65+ uses : astral-sh/setup-uv@v7
6666 with :
67- version : " 0.8 .x"
67+ version : " 0.9 .x"
6868 enable-cache : true
6969 cache-dependency-glob : " uv.lock"
7070
@@ -90,15 +90,15 @@ jobs:
9090 needs : test
9191
9292 steps :
93- - uses : actions/checkout@v4
93+ - uses : actions/checkout@v5
9494
9595 - name : Set up Python
9696 uses : actions/setup-python@v6
9797 with :
9898 python-version-file : " pyproject.toml"
9999
100100 - name : Pull coverage workflow artifacts
101- uses : actions/download-artifact@v4
101+ uses : actions/download-artifact@v5
102102 with :
103103 path : cov_cache/
104104
0 commit comments