Skip to content

Commit 63b535c

Browse files
chore(deps): bump actions/setup-python from v1.2.0 to v2.0.1 (rjsf-team#1860)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1.2.0 to v2.0.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1.2.0...807b74f) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e67316b commit 63b535c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v2
6161
- name: Setup Python
62-
uses: actions/setup-python@v1.2.0
62+
uses: actions/setup-python@v2.0.1
6363
with:
6464
python-version: 3.6
6565
- run: pip install -r requirements.docs.txt

0 commit comments

Comments
 (0)