Skip to content

Commit

Permalink
Bump actions/setup-python from 3 to 4 (kubernetes-sigs#74)
Browse files Browse the repository at this point in the history
* Bump actions/setup-python from 3 to 4

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Set the python version.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Quentin Barrand <quentin@quba.fr>
  • Loading branch information
dependabot[bot] and qbarrand committed Jun 24, 2022
1 parent a2e3450 commit 48e4fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
cache: pip
python-version: 3.x

- name: Install mkdocs
run: pip install -r docs/requirements.txt
Expand Down

0 comments on commit 48e4fcc

Please sign in to comment.