Skip to content

Commit dc4acbb

Browse files
authored
Update cp_dispatch.yml
1 parent a56aa6b commit dc4acbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cp_dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
- uses: actions/checkout@v4
26+
uses: actions/checkout@v4
2727

2828
- name: Setup Python ${{ env.PYTHON_VERSION }}
29-
- uses: actions/setup-python@v5
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ env.PYTHON_VERSION }}
3232

0 commit comments

Comments
 (0)