build(deps): bump actions/setup-python from 4 to 5
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index 21039042953bbfed54710e7903d6312bf6b97858..c3df8707b10176fac04c1ec35b640b50a765d8b3 100644 (file)
@@ -34,7 +34,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Setup Python ${{ matrix.python }}
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: ${{ matrix.python }}
       - name: Install Poetry