Merge pull request #126 from cdalvaro/dependabot/github_actions/actions/setup-python-2.3.2
build(deps): Bump actions/setup-python from 2.3.1 to 2.3.2
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
|||||||
run: docker buildx imagetools inspect ${IMAGE_NAME} | grep '${{ matrix.platform }}'
|
run: docker buildx imagetools inspect ${IMAGE_NAME} | grep '${{ matrix.platform }}'
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2.3.1
|
uses: actions/setup-python@v2.3.2
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user