Skip to content

Commit 9234839

Browse files
committed
Updated version numbers for actions. Old ones were so old they stopped working.
1 parent 0471c70 commit 9234839

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tutorials.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
@@ -40,7 +40,7 @@ jobs:
4040
container: sphinxdoc/sphinx-latexpdf:5.3.0
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- name: sphinx
4545
run: |
4646
pip install sphinx-rtd-dark-mode
@@ -49,11 +49,11 @@ jobs:
4949
cp build/latex/oneteptutorials.pdf source/_static/
5050
make html
5151
- name: upload
52-
uses: actions/upload-pages-artifact@v1
52+
uses: actions/upload-pages-artifact@v3
5353
with:
5454
# Upload entire repository
5555
path: './build/html/.'
5656
- name: Deploy to GitHub Pages
5757
id: deployment
58-
uses: actions/deploy-pages@v1
58+
uses: actions/deploy-pages@v4
5959

0 commit comments

Comments
 (0)