File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Deploy MkDocs to GitHub Pages
1+ name : MKDocs
22
33on :
44 push :
@@ -35,12 +35,12 @@ jobs:
3535 fetch-depth : 0
3636
3737 - name : Setup Python
38- uses : actions/setup-python@v4
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : ' 3.x'
4141
4242 - name : Cache dependencies
43- uses : actions/cache@v3
43+ uses : actions/cache@v4
4444 with :
4545 path : ~/.cache/pip
4646 key : ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
5858
5959 - name : Setup Pages
6060 if : github.event_name != 'pull_request'
61- uses : actions/configure-pages@v3
61+ uses : actions/configure-pages@v4
6262
6363 - name : Upload artifact
6464 if : github.event_name != 'pull_request'
7676 steps :
7777 - name : Deploy to GitHub Pages
7878 id : deployment
79- uses : actions/deploy-pages@v2
79+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments