Skip to content

Commit 95341ed

Browse files
Update actions/setup-python action to v5
1 parent 3a2c00a commit 95341ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11-
- uses: actions/setup-python@v4
11+
- uses: actions/setup-python@v5
1212
with:
1313
python-version: 3.x
1414
- run: pip install mkdocs-material

0 commit comments

Comments
 (0)