Skip to content

Commit 75ef568

Browse files
authored
chore(deps): update actions/setup-python action to v6 (#8563)
1 parent 8616bac commit 75ef568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- name: Setup Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.13'
2020
- run: pip install --no-deps --require-hashes -r .kokoro/docs/docker/requirements.txt

0 commit comments

Comments
 (0)