Skip to content

Commit 0458c03

Browse files
authored
Merge pull request #3 from python-project-templates/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents aff5e08 + 867447c commit 0458c03

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v5
2222
- run: pip install .
2323
- run: make docs
2424
- name: Deploy

0 commit comments

Comments
 (0)