Skip to content

Commit bf6c998

Browse files
chore(deps): bump actions/setup-python from v2.1.2 to v2.1.4 (#2098)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.2 to v2.1.4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.1.2...41b7212) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86e1ac9 commit bf6c998

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/[email protected].2
60+
uses: actions/[email protected].4
6161
with:
6262
python-version: 3.6
6363
- run: pip install -r requirements.docs.txt

0 commit comments

Comments
 (0)