Explorar el Código

Bump actions/setup-python from v2.2.1 to v2.2.2

Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.2.1 to v2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.2.1...dc73133d4da04e56a135ae2246682783cc7c7cb6)

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

+ 1 - 1
.github/workflows/ci.yml

@@ -9,7 +9,7 @@ jobs:
     steps:
       - uses: actions/checkout@master
       - name: Setup Python
-        uses: actions/setup-python@v2.2.1
+        uses: actions/setup-python@v2.2.2
         with:
           python-version: 3.7
       - name: Install dependencies

+ 1 - 1
.github/workflows/main.yml

@@ -14,7 +14,7 @@ jobs:
     steps:
       - uses: actions/checkout@master
       - name: Setup Python
-        uses: actions/setup-python@v2.2.1
+        uses: actions/setup-python@v2.2.2
         with:
           python-version: 3.7
       - name: Install dependencies