File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3131 enable-cache : true
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version-file : " pyproject.toml"
3737
Original file line number Diff line number Diff line change 2020 enable-cache : true
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version-file : " pyproject.toml"
2626
Original file line number Diff line number Diff line change 1313 - name : Checkout code
1414 uses : actions/checkout@v5
1515
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version-file : " pyproject.toml"
1919
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v5
1616
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v6
1818 with :
1919 python-version-file : " pyproject.toml"
2020
Original file line number Diff line number Diff line change 3838 enable-cache : true
3939
4040 - name : Set up Python
41- uses : actions/setup-python@v5
41+ uses : actions/setup-python@v6
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444
Original file line number Diff line number Diff line change 4040 fetch-tags : true
4141
4242 - name : Set up Python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version-file : " pyproject.toml"
4646
8989 fetch-tags : true
9090
9191 - name : Set up Python
92- uses : actions/setup-python@v5
92+ uses : actions/setup-python@v6
9393 with :
9494 python-version-file : " pyproject.toml"
9595
@@ -132,7 +132,7 @@ jobs:
132132 fetch-tags : true
133133
134134 - name : Set up Python
135- uses : actions/setup-python@v5
135+ uses : actions/setup-python@v6
136136 with :
137137 python-version-file : " pyproject.toml"
138138
Original file line number Diff line number Diff line change 3636 enable-cache : true
3737
3838 - name : Set up Python
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242
5656 --cov=tesseract_jax
5757
5858 - name : Upload coverage reports to Codecov
59- 59+ 6060 with :
6161 token : ${{ secrets.CODECOV_TOKEN }}
6262 slug : pasteurlabs/tesseract-jax
Original file line number Diff line number Diff line change 3939 enable-cache : true
4040
4141 - name : Set up Python
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v5
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828
You can’t perform that action at this time.
0 commit comments