Explorar el Código

Merge pull request #2341 from nginx-proxy/dependabot/github_actions/actions/setup-python-5

ci: bump actions/setup-python from 4 to 5
Nicolas Duchon hace 1 año
padre
commit
4fb876ed41
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/test.yml

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

@@ -26,7 +26,7 @@ jobs:
       - uses: actions/checkout@v4
 
       - name: Set up Python 3.9
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: 3.9