Răsfoiți Sursa

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 1 an în urmă
părinte
comite
4fb876ed41
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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