File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 py39 :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1010 - name : Setup Python
1111 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1212 with :
1818 py313 :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2222 - name : Setup Python
2323 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2424 with :
3030 static :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
33+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3434 - name : Setup Python
3535 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3636 with :
4242 coverage :
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
45+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4646 - name : Setup Python
4747 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
60+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
68+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6969 - name : Setup Python
7070 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
7171 with :
You can’t perform that action at this time.
0 commit comments