File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
12+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1313
1414 - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
1515 with :
Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
13+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1414
1515 - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
1616 with :
Original file line number Diff line number Diff line change 1212 name : Build distributions 📦
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
15+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1616
1717 - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
1818 with :
2727 run : python -m build
2828
2929 - name : Upload distributions
30- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
30+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
3131 with :
3232 name : distributions
3333 path : dist/
Original file line number Diff line number Diff line change 1818 permissions :
1919 id-token : write # unit tests use the ambient OIDC credential
2020 steps :
21- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
21+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2222
2323 - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
2424 with :
You can’t perform that action at this time.
0 commit comments