File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 environment : build
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
21+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
2222 with :
2323 # This fetch element is only important if you are use SCM based
2424 # versioning (that looks at git tags to gather the version)
Original file line number Diff line number Diff line change 2020 run : python -m pip install git+https://github.com/pyopenSci/update-web-metadata
2121
2222 - name : Check out the code
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
23+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
2424 with :
2525 persist-credentials : false
2626
Original file line number Diff line number Diff line change 1515 build :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
18+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
1919 with :
2020 persist-credentials : false
2121 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
Original file line number Diff line number Diff line change 1616 - name : Check out the code
1717 with :
1818 persist-credentials : false
19- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
19+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
2020 - name : Setup Python
2121 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
2222 with :
You can’t perform that action at this time.
0 commit comments