Skip to content

Commit ddfc6a4

Browse files
authored
Merge pull request #36 from oxyno-zeta/renovate/actions-setup-python-4.x
2 parents baf96c0 + fb5f01e commit ddfc6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- changes
2828
steps:
2929
- uses: actions/checkout@v2
30-
- uses: actions/setup-python@v2
30+
- uses: actions/setup-python@v4
3131
with:
3232
python-version: 3.x
3333
- run: pip install mkdocs-material==8.5.11
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v2
46-
- uses: actions/setup-python@v2
46+
- uses: actions/setup-python@v4
4747
with:
4848
python-version: 3.x
4949
- run: pip install mkdocs-material==8.5.11

0 commit comments

Comments
 (0)