Skip to content

Commit 370dd06

Browse files
committed
checkout repo for local action
1 parent 849dec9 commit 370dd06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ jobs:
163163
with:
164164
python-version: "3.14"
165165

166+
- name: Checkout repository for actions
167+
uses: actions/checkout@v4
168+
166169
- name: Wait for version to be available on TestPyPI
167170
uses: ./.github/actions/wait-for-pypi-version
168171
with:
@@ -200,6 +203,9 @@ jobs:
200203
with:
201204
python-version: "3.14"
202205

206+
- name: Checkout repository for actions
207+
uses: actions/checkout@v4
208+
203209
- name: Wait for version to be available on PyPI
204210
uses: ./.github/actions/wait-for-pypi-version
205211
with:

0 commit comments

Comments
 (0)