File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1313 - name : Set up Python
14- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
14+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
1515 with :
1616 python-version : ' 3.13'
1717 - name : Install dependencies
Original file line number Diff line number Diff line change 66 py39 :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1010 - name : Setup Python
11- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
11+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
1212 with :
1313 python-version : " 3.9"
1414 - name : Install Tox
1818 py313 :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2222 - name : Setup Python
23- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
23+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2424 with :
2525 python-version : " 3.13"
2626 - name : Install Tox
3030 static :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3434 - name : Setup Python
35- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
35+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
3636 with :
3737 python-version : " 3.13"
3838 - name : Install Tox
4242 coverage :
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
45+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4646 - name : Setup Python
47- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
47+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
4848 with :
4949 python-version : " 3.13"
5050 - name : Install Tox
6565 docs :
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
68+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
6969 - name : Setup Python
70- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
70+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
7171 with :
7272 python-version : " 3.13"
7373 - name : Install Tox
You can’t perform that action at this time.
0 commit comments