Skip to content

Commit 236bca0

Browse files
authored
@v4 not @4 for checkout action
1 parent ef5551c commit 236bca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: 3.9
2121
- name: Checkout main branch
2222
# checkout mvtb repo into workspace
23-
uses: actions/checkout@4
23+
uses: actions/checkout@v4
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)