Skip to content

Commit 82f7cc3

Browse files
Bump actions/setup-python from 2 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6cc8008 commit 82f7cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: docs-build-and-deploy
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: actions/setup-python@v2
12+
- uses: actions/setup-python@v5
1313
- name: Install Dependencies
1414
run: |
1515
python -m pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)