File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 name : pypi upload
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
30+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3131 with :
3232 ref : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ref || '' }}
3333 fetch-depth : 0
3434 fetch-tags : true
3535 path : repo
3636
37- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
37+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
3838 with :
3939 python-version : ' ${{ env.PYVER }}'
4040
Original file line number Diff line number Diff line change 1919 runs-on : " ubuntu-latest"
2020
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
22+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2323
2424 - uses : mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
2525 with :
You can’t perform that action at this time.
0 commit comments