Skip to content

Commit c65d9f4

Browse files
Bump actions/setup-python from 1 to 2.3.1 (#962)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 2.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...v2.3.1) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47fe48a commit c65d9f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: "Set up Python 3.7"
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v2.3.1
2121
with:
2222
python-version: '3.7' # Semantic version range syntax or exact version of a Python version
2323

0 commit comments

Comments
 (0)