Skip to content

Commit 8a5053f

Browse files
chore(deps): update actions/setup-python action to v6 (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 038de50 commit 8a5053f

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: setup pages
3232
uses: actions/configure-pages@v5
3333
- name: setup python
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: 3.x
3737
- name: setup cache

0 commit comments

Comments
 (0)