Explorar el Código

Merge pull request #1123 from netbootxyz/renovate/actions-setup-python-4.x

Update actions/setup-python action to v4
Antony Messerli hace 2 años
padre
commit
6e2b769edd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/pull-requests.yml

+ 2 - 2
.github/workflows/pull-requests.yml

@@ -14,7 +14,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
 
-    - uses: actions/setup-python@v3
+    - uses: actions/setup-python@v4
       with:
         python-version: '3.10'
         
@@ -37,7 +37,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
 
-    - uses: actions/setup-python@v3
+    - uses: actions/setup-python@v4
 
     - name: Build PR release
       run: |