Skip to content

Commit 71665b4

Browse files
committed
Updates to versions in actions. Old ones were so old, they stopped working.
1 parent d2f2b53 commit 71665b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/doc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
container: sphinxdoc/sphinx-latexpdf:5.3.0
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: sphinx
2727
run: |
2828
pip install sphinx-rtd-dark-mode
@@ -39,19 +39,19 @@ jobs:
3939
container: sphinxdoc/sphinx-latexpdf:5.3.0
4040

4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- name: sphinx
4444
run: |
4545
pip install sphinx-rtd-dark-mode
4646
make latexpdf
4747
cp _build/latex/ONETEP_Documentation.pdf _static/
4848
make html
4949
- name: upload
50-
uses: actions/upload-pages-artifact@v1
50+
uses: actions/upload-pages-artifact@v3
5151
with:
5252
# Upload entire repository
5353
path: './_build/html/.'
5454
- name: Deploy to GitHub Pages
5555
id: deployment
56-
uses: actions/deploy-pages@v1
56+
uses: actions/deploy-pages@v4
5757

0 commit comments

Comments
 (0)