Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent b21da2d commit 3856ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
path: ~/.cache/bazel
key: bazel-gen-docs-${{ matrix.docs.ref }}

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Inspect docs site directory structure
run: find ${{ github.workspace }}/docs/generated -maxdepth 2

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: |
Expand Down

0 comments on commit 3856ce0

Please sign in to comment.