Bump actions/setup-python from v1 to v2.1.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1 to v2.1.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v1...24156c231c5e9d581bde27d0cdbb72715060ea51) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f2b03567b4
commit
f72d2a50e0
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v2.1.2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
||||
Loading…
Reference in New Issue
Block a user