File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 - 5432:5432
3737
3838 steps :
39- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
39+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4040
4141 - name : Install poetry
4242 run : pipx install poetry
6868 name : Run Pyright
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
71+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
7272
7373 - name : Install poetry
7474 run : pipx install poetry
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-latest
112112 needs : [build]
113113 steps :
114- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
114+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
115115
116116 - uses : actions/download-artifact@v4
117117 with :
@@ -146,7 +146,7 @@ jobs:
146146 pipx install poetry
147147 pipx inject poetry 'poetry-dynamic-versioning[plugin]'
148148
149- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
149+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
150150
151151 - name : Build wheel and sdist
152152 run : poetry build
You can’t perform that action at this time.
0 commit comments