File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
12+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1313 - name : Set up Python
1414 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
1515 with :
Original file line number Diff line number Diff line change 66 py39 :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
9+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1010 - name : Setup Python
1111 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
1212 with :
1818 py313 :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
21+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222 - name : Setup Python
2323 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2424 with :
3030 static :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
33+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3434 - name : Setup Python
3535 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
3636 with :
4242 coverage :
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
45+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4646 - name : Setup Python
4747 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
4848 with :
@@ -57,15 +57,15 @@ jobs:
5757 - name : Install pytest cov
5858 run : pip install pytest-cov
5959 - name : Upload coverage to Codecov
60- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
60+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
6161 with :
6262 token : ${{ secrets.CODECOV_TOKEN }}
6363 fail_ci_if_error : true
6464 verbose : true
6565 docs :
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
68+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6969 - name : Setup Python
7070 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
7171 with :
You can’t perform that action at this time.
0 commit comments