From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:34:36 +0000 (+0200) Subject: chore(deps): update actions/setup-python action to v7 (#2044) X-Git-Tag: cli@v4.11.0~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5019127b23e4654bdf6946e8e7aef6260891cc61;p=e-mobility-charging-stations-simulator.git chore(deps): update actions/setup-python action to v7 (#2044) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 73613311..926afcdd 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4417d77f..9d8a5361 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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