File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-22.04
1616 steps :
17- - uses : actions/checkout@v3
18- - uses : actions/setup-python@v4
17+ - uses : actions/checkout@v4
18+ - uses : actions/setup-python@v5
1919 with :
2020 python-version : ' 3.11'
2121 cache : ' pip'
Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ jobs:
1212 build :
1313 runs-on : ubuntu-22.04
1414 steps :
15- - uses : actions/checkout@v3
16- - uses : actions/setup-python@v4
15+ - uses : actions/checkout@v4
16+ - uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.11'
1919 cache : ' pip'
2020 - name : Install dependencies
2121 run : pip install -r requirements.txt
2222 - name : Run REUSE lint
2323 run : reuse lint
24- - uses : actions/configure-pages@v3
24+ - uses : actions/configure-pages@v5
2525 - name : Build
2626 run : mkdocs build --strict
2727 - name : Upload artifact
28- uses : actions/upload-pages-artifact@v2
28+ uses : actions/upload-pages-artifact@v3
2929 with :
3030 path : " site/"
3131
4141 steps :
4242 - name : Deploy to GitHub Pages
4343 id : deployment
44- uses : actions/deploy-pages@v2
44+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments