]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore(deps): update actions/setup-python action to v7 (#2044)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Thu, 23 Jul 2026 15:34:36 +0000 (17:34 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2026 15:34:36 +0000 (15:34 +0000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
.github/workflows/autofix.yml
.github/workflows/ci.yml

index 7361331124f48d25d9163d329c733e2cd1410476..926afcdd2b69d6804272acdfe8de7473f54ee6d5 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     steps:
       - uses: actions/checkout@v7
       - run: pipx install poetry
-      - uses: actions/setup-python@v6
+      - uses: actions/setup-python@v7
         with:
           python-version: 3.14
           cache: poetry
index 4417d77fc15ede22ac5ac623f12227ba6480657f..9d8a5361e213c8d2674611df1bd0fbe390f256e8 100644 (file)
@@ -41,7 +41,7 @@ jobs:
       - name: Install Poetry
         run: pipx install poetry
       - name: Setup Python ${{ matrix.python }}
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@v7
         with:
           python-version: ${{ matrix.python }}
           cache: poetry