Skip to content

Commit fb5f01e

Browse files
chore(deps): update actions/setup-python action to v4
1 parent deec686 commit fb5f01e

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.0.2
@@ -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.0.2

0 commit comments

Comments
 (0)