2121 with :
2222 version : ${{ env.UV_VERSION }}
2323
24- - uses : actions/setup-python@v5.6 .0
24+ - uses : actions/setup-python@v6.0 .0
2525 with :
2626 python-version : 3.13
2727 - name : Check pyproject.toml and uv.lock
7575 enable-cache : true
7676
7777 - name : Set up Python ${{ matrix.python-version }}
78- uses : actions/setup-python@v5.6 .0
78+ uses : actions/setup-python@v6.0 .0
7979 id : setup-python
8080 with :
8181 python-version : ${{ matrix.python-version }}
9292 shell : bash
9393 - name : Upload coverage report
9494 if : github.repository == 'linkml/linkml' && github.actor != 'dependabot[bot]'
95- 95+ 9696 with :
9797 name : codecov-results-${{ matrix.os }}-${{ matrix.python-version }}
9898 token : ${{ secrets.CODECOV_TOKEN }}
@@ -122,7 +122,7 @@ jobs:
122122 enable-cache : true
123123
124124 - name : Set up Python
125- uses : actions/setup-python@v5.6 .0
125+ uses : actions/setup-python@v6.0 .0
126126 id : setup-python
127127 with :
128128 python-version : ${{ matrix.python-version }}
@@ -137,7 +137,7 @@ jobs:
137137 uv run coverage report -m
138138 - name : Upload coverage report
139139 if : github.repository == 'linkml/linkml' && github.actor != 'dependabot[bot]'
140- 140+ 141141 with :
142142 name : codecov-results-slow-${{ matrix.os }}-${{ matrix.python-version }}
143143 token : ${{ secrets.CODECOV_TOKEN }}
@@ -156,7 +156,7 @@ jobs:
156156 fetch-depth : 0
157157
158158 - name : Set up Python
159- uses : actions/setup-python@v5.6 .0
159+ uses : actions/setup-python@v6.0 .0
160160 with :
161161 python-version : 3.13
162162
0 commit comments