Skip to content

Commit 16968be

Browse files
committed
Update docs.yml GitHub action
1 parent a7d524c commit 16968be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: '3.11'
3434

@@ -43,11 +43,11 @@ jobs:
4343
4444
- name: Setup Pages
4545
if: github.ref == 'refs/heads/main'
46-
uses: actions/configure-pages@v3
46+
uses: actions/configure-pages@v4
4747

4848
- name: Upload artifact
4949
if: github.ref == 'refs/heads/main'
50-
uses: actions/upload-pages-artifact@v2
50+
uses: actions/upload-pages-artifact@v3
5151
with:
5252
path: ./site
5353

@@ -61,4 +61,4 @@ jobs:
6161
steps:
6262
- name: Deploy to GitHub Pages
6363
id: deployment
64-
uses: actions/deploy-pages@v2
64+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)