Skip to content

Commit 814d47d

Browse files
authored
Update gh-deploy.yml
1 parent 7254567 commit 814d47d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
fetch-depth: 0
13-
- uses: actions/setup-python@v5
13+
- uses: actions/setup-python@v6
1414
- run: pip install -r requirements-docs.txt
1515
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)