From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:16:39 +0000 (+0000) Subject: build(deps): bump actions/setup-python from 4 to 5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=67782acd4c8c282711910436be9ca56e481b9590;p=e-mobility-charging-stations-simulator.git build(deps): bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21039042..c3df8707 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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