Skip to content

Commit c16fbe1

Browse files
authored
Update cp_main.yml
1 parent dc4acbb commit c16fbe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cp_main.yml

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

2323
steps:
2424
- name: Checkout repository
25-
- uses: actions/checkout@v4
25+
uses: actions/checkout@v4
2626

2727
- name: Setup Python ${{ env.PYTHON_VERSION }}
28-
- uses: actions/setup-python@v5
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ env.PYTHON_VERSION }}
3131

0 commit comments

Comments
 (0)