Explorar el Código

build(deps): bump actions/setup-python from 2.3.1 to 2.3.2

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] hace 2 años
padre
commit
bf2f49d65a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/python.yml

+ 2 - 2
.github/workflows/python.yml

@@ -20,7 +20,7 @@ jobs:
         python-verison: ['3.9']
     steps:
     - uses: actions/checkout@v2.4.0
-    - uses: actions/setup-python@v2.3.1
+    - uses: actions/setup-python@v2.3.2
       with:
         python-version: ${{ matrix.python-version }}
     - run: pip install --upgrade pipenv==2020.8.13
@@ -46,7 +46,7 @@ jobs:
       fail-fast: false
     steps:
     - uses: actions/checkout@v2.4.0
-    - uses: actions/setup-python@v2.3.1
+    - uses: actions/setup-python@v2.3.2
       with:
         python-version: ${{ matrix.python-version }}
     - run: pip install --upgrade pipenv==2020.8.13