Skip to content

Commit 1110caf

Browse files
authored
Merge pull request #269 from SouthernMethodistUniversity/jrlagrone-patch-2
Update deploy.yml
2 parents 5c43672 + 620a809 commit 1110caf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
deploy-book:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
# Install dependencies
19-
- name: Set up Python 3.8
20-
uses: actions/setup-python@v2
19+
- name: Set up Python 3.12
20+
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.8
22+
python-version: 3.12
2323

2424
- name: Install dependencies
2525
run: |
@@ -32,7 +32,7 @@ jobs:
3232
3333
# Push the book's HTML to github-pages
3434
- name: GitHub Pages action
35-
uses: peaceiris/actions-gh-pages@v3.6.1
35+
uses: peaceiris/actions-gh-pages@v4
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./docs/_build/html

0 commit comments

Comments
 (0)