File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- bump-my-version==2024.1130
1+ bump-my-version==1.1.1
22nox==2025.2.9
Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 2
1818
19- - name : Install the latest version of uv
19+ - name : Install the pinned version of uv
2020 uses : astral-sh/setup-uv@v5
2121 with :
2222 python-version : 3.13
Original file line number Diff line number Diff line change 4242 with :
4343 python-version : ${{ matrix.python }}
4444
45- - name : Install the latest version of uv
45+ - name : Install the pinned version of uv
4646 uses : astral-sh/setup-uv@v5
4747 with :
4848 python-version : ${{ matrix.python }}
@@ -103,7 +103,7 @@ jobs:
103103 - name : Check out the repository
104104 uses : actions/checkout@v4
105105
106- - name : Install the latest version of uv
106+ - name : Install the pinned version of uv
107107 uses : astral-sh/setup-uv@v5
108108 with :
109109 python-version : 3.13
@@ -122,13 +122,13 @@ jobs:
122122
123123 - name : Combine coverage data and display human readable report
124124 run : |
125- nox --session=coverage -- --rcfile=pyproject.toml
125+ nox --session=coverage
126126
127127 - name : Create coverage report
128128 run : |
129- nox --session=coverage -- xml --rcfile=pyproject.toml
129+ nox --session=coverage -- xml
130130
131131 - name : Upload coverage report
132- uses : codecov/codecov-action@v5
132+ uses : codecov/codecov-action@v5.1.2
133133 env :
134134 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments