Skip to content

Commit a015b15

Browse files
committed
Fix docs build action
1 parent 45acf61 commit a015b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ['3.11']
3434
steps:
3535
# Build documentation pages
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: Set up Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@v4
3939
with:

0 commit comments

Comments
 (0)