Skip to content

Commit 9182008

Browse files
Bump actions/setup-python from 5 to 6
Bumps actions/setup-python from 5 to 6 in GitHub Actions workflows. Resolved a merge conflict with main's separate actions/checkout v5→v6 bump by combining both updates.
1 parent 069e69d commit 9182008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.12"
2121
- run: pip install mkdocs-material mkdocstrings[python]

0 commit comments

Comments
 (0)