Skip to content

Commit bb37c86

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 82535e2 commit bb37c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: bazelbuild/setup-bazelisk@v3
3131

32-
- uses: actions/setup-python@v5
32+
- uses: actions/setup-python@v6
3333
with:
3434
python-version: "3.13"
3535

@@ -61,7 +61,7 @@ jobs:
6161
- name: Inspect docs site directory structure
6262
run: find ${{ github.workspace }}/docs/generated -maxdepth 2
6363

64-
- uses: actions/setup-python@v5
64+
- uses: actions/setup-python@v6
6565
with:
6666
python-version: "3.13"
6767
- run: |

0 commit comments

Comments
 (0)