Explorar el Código

ci: try updating deprecated setup-python

Laytan Laats hace 10 meses
padre
commit
b379d25a12
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/nightly.yml

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

@@ -163,7 +163,7 @@ jobs:
     needs: [build_windows, build_macos, build_macos_arm, build_linux]
     steps:
       - uses: actions/checkout@v4
-      - uses: actions/setup-python@v2
+      - uses: actions/setup-python@v5
         with:
           python-version: '3.8.x'