Explorar el Código

build(deps): bump actions/setup-python from 3 to 4 (#1436)

dependabot[bot] hace 2 años
padre
commit
b53d9177f7
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .github/workflows/insider-windows.yml
  2. 1 1
      .github/workflows/stable-windows.yml

+ 1 - 1
.github/workflows/insider-windows.yml

@@ -61,7 +61,7 @@ jobs:
         run: npm install -g yarn
 
       - name: Setup Python 3
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: '3.x'
 

+ 1 - 1
.github/workflows/stable-windows.yml

@@ -59,7 +59,7 @@ jobs:
         run: npm install -g yarn
 
       - name: Setup Python 3
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: '3.x'