Skip to content

Commit 6f3706b

Browse files
renovate[bot]oxyno-zeta
authored andcommitted
chore(deps): update actions/setup-python action to v5
1 parent 5676677 commit 6f3706b

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
@@ -31,7 +31,7 @@ jobs:
3131
- changes
3232
steps:
3333
- uses: actions/checkout@v3
34-
- uses: actions/setup-python@v4
34+
- uses: actions/setup-python@v5
3535
with:
3636
python-version: 3.x
3737
- run: pip install mkdocs-material==9.5.4
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v3
50-
- uses: actions/setup-python@v4
50+
- uses: actions/setup-python@v5
5151
with:
5252
python-version: 3.x
5353
- run: pip install mkdocs-material==9.5.4

0 commit comments

Comments
 (0)