Skip to content

Commit b5c91cc

Browse files
committed
feat: Updat GH pages workflow as well
1 parent 550c6e8 commit b5c91cc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
# https://github.com/marketplace/actions/checkout
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
2929
lfs: true
3030
# https://github.com/marketplace/actions/setup-python
3131
# ^-- This gives info on matrix testing.
3232
- name: Install Python
33-
uses: actions/setup-python@v4
33+
uses: actions/setup-python@v5
3434
with:
35-
python-version: '3.9'
35+
python-version: '3.11'
3636
# https://docs.github.com/en/actions/guides/building-and-testing-python#installing-dependencies
3737
# ^-- This gives info on installing dependencies with pip
3838
- name: Install Dependencies for Django
@@ -127,7 +127,7 @@ jobs:
127127
# Deploy to branch
128128
# https://github.com/peaceiris/actions-gh-pages
129129
- name: Deploy
130-
uses: peaceiris/actions-gh-pages@v3
130+
uses: peaceiris/actions-gh-pages@v4
131131
if: ${{ github.event_name == 'push' }}
132132
#if: ${{ success() && github.event_name == 'push' && github.ref == 'refs/heads/$defaultBranch' }}
133133
with:
@@ -138,9 +138,9 @@ jobs:
138138

139139
# Upload artefact & deploy to pages
140140
- name: Upload artifact
141-
uses: actions/upload-pages-artifact@v1
141+
uses: actions/upload-pages-artifact@v3
142142
with:
143143
path: '_gh-pages'
144144
- name: Deploy to GitHub Pages
145145
id: deployment
146-
uses: actions/deploy-pages@v1
146+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)