Skip to content

Commit 0f1a57e

Browse files
Bump actions/setup-python from v2.0.2 to v2.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.0.2 to v2.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.0.2...7010ec7) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49094f3 commit 0f1a57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2.3.1
1818
- name: Setup Python 3.7
19-
uses: actions/setup-python@v2.0.2
19+
uses: actions/setup-python@v2.1.0
2020
with:
2121
python-version: 3.7
2222
- name: Install dependencies

0 commit comments

Comments
 (0)