Skip to content

Commit 4889261

Browse files
committed
More YAML syntax errors.
1 parent 6f2998b commit 4889261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
- uses: actions/checkout@v6
16+
uses: actions/checkout@v6
1717

1818
- name: Set up Python
19-
- uses: actions/setup-python@v6
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.14.2'
2222

0 commit comments

Comments
 (0)