File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 fail-fast : true
3333
3434 steps :
35- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
35+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636 - uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7
3737 with :
3838 version : 0.9.28
7676 IMAGE : ghcr.io/${{ github.repository }}:${{ github.sha }}
7777
7878 steps :
79- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
79+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8080 - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
8181 with :
8282 name : python-package-distributions
Original file line number Diff line number Diff line change 1818 version : ${{ steps.version.outputs.version }}
1919 changes : ${{ steps.changelog.outputs.changes }}
2020 steps :
21- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222 with :
2323 ref : ${{ github.event.workflow_run.head_sha }}
2424
7171 contents : write
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
74+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7575 with :
7676 fetch-depth : 0
7777 ref : ${{ github.event.workflow_run.head_sha }}
You can’t perform that action at this time.
0 commit comments