Skip to content

Commit 04c7575

Browse files
committed
fix action
1 parent f812d87 commit 04c7575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
docs:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- name: Create the new documentation
15-
uses: ammaraskar/sphinx-action@master
15+
uses: ammaraskar/sphinx-action@7.4.7
1616
with:
1717
pre-build-command: "python3 -m pip install .[docs]"
1818
docs-folder: "docs/"

0 commit comments

Comments
 (0)