Skip to content

Commit 9ae9030

Browse files
chore(deps): bump actions/setup-python from v2.1.0 to v2.1.1 (rjsf-team#1932)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.0 to v2.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.1.0...0c28554) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47726e2 commit 9ae9030

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
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v2
5959
- name: Setup Python
60-
uses: actions/setup-python@v2.1.0
60+
uses: actions/setup-python@v2.1.1
6161
with:
6262
python-version: 3.6
6363
- run: pip install -r requirements.docs.txt

0 commit comments

Comments
 (0)