File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525 - name : Set up Python 3.12
26- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
26+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2727 with :
2828 python-version : " 3.12"
2929 - name : Install tox
3232 run : tox -e py312-test-devdeps-alldeps-cov
3333
3434 - name : Upload coverage to codecov
35- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
35+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
3636 with :
3737 file : ./coverage.xml
3838 verbose : true
4242 steps :
4343 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444 - name : Set up Python 3.13
45- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
45+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
4646 with :
4747 python-version : " 3.13-dev"
4848 - name : Install tox
Original file line number Diff line number Diff line change 4040 with :
4141 fetch-depth : 0
4242 - name : Set up Python
43- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
43+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 - name : Install tox
6161 with :
6262 fetch-depth : 0
6363 - name : Set up Python
64- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
64+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
6565 with :
6666 python-version : ' 3.12'
6767 - name : Install tox
7777 steps :
7878 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7979 - name : Set up Python 3.12
80- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
80+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
8181 with :
8282 python-version : ' 3.12'
8383 - name : Install tox
9393 steps :
9494 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9595 - name : Set up Python 3.10
96- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
96+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
9797 with :
9898 python-version : ' 3.10'
9999 - name : Install tox
You can’t perform that action at this time.
0 commit comments