File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : checkout repo
18- uses : actions/checkout@v2.3.4
18+ uses : actions/checkout@v4.2.2
1919 - name : install git
2020 run : |
2121 sudo apt-get install git -y
3232 mkdir docs
3333 sphinx-build -a -E -b html ./ docs
3434 - name : Upload artifact
35- uses : actions/upload-pages-artifact@v1
35+ uses : actions/upload-pages-artifact@v3.0.1
3636 with :
3737 path : docs
3838
4646 steps :
4747 - name : Deploy to GitHub Pages
4848 id : deployment
49- uses : actions/deploy-pages@v1
49+ uses : actions/deploy-pages@v4.0.5
Original file line number Diff line number Diff line change 44- Add this file.
55- Add the "Maintenance of GitHub Actions" section to the [ README.md] ( https://github.com/autokey/autokey.github.io/blob/master/README.md ) file.
66- Update the "Maintenance of GitHub Actions" section in the [ README.md] ( https://github.com/autokey/autokey.github.io/blob/master/README.md ) file.
7+ - Bump action versions in the [ pages.yml] ( https://github.com/autokey/autokey.github.io/blob/master/.github/workflows/pages.yml ) file.
78- Bump dependency versions in the [ requirements.txt] ( https://github.com/autokey/autokey.github.io/blob/master/requirements.txt ) file.
You can’t perform that action at this time.
0 commit comments