Explorar el Código

Merge pull request #8 from hvalev/dependabot/github_actions/actions/setup-python-v2.2.2

Bump actions/setup-python from v2.2.1 to v2.2.2
hvalev hace 3 años
padre
commit
7ccb5647f7
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