Skip to content

Commit 2a320b3

Browse files
Update GH Actions (#34)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 311ca7d commit 2a320b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Download source
1515
uses: actions/checkout@v4
1616
- name: Install Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.11'
2020
- name: Install dependencies
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build site
2525
run: mkdocs build -f docs/mkdocs.yml --strict
2626
- name: Upload to GitHub Pages
27-
uses: actions/upload-pages-artifact@v2
27+
uses: actions/upload-pages-artifact@v3
2828
with:
2929
path: site
3030
deploy:
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- name: Deploy to GitHub Pages
3939
id: deployment
40-
uses: actions/deploy-pages@v2
40+
uses: actions/deploy-pages@v4
4141
environment:
4242
name: github-pages
4343
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)