From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:26:12 +0000 (-0700) Subject: Bump actions/setup-python from 4 to 5 (#1245) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2^2~122 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=476cfa6beae071166263352c3bd93b527693a20a;p=gpsbabel.git Bump actions/setup-python from 4 to 5 (#1245) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index cdd796ec1..d6f6294c2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -52,7 +52,7 @@ jobs: - name: Qt install setup if: steps.cache.outputs.cache-hit != 'true' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fa003068d..71b288a1a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -82,7 +82,7 @@ jobs: - name: Install Qt setup(aqt) if: steps.cache.outputs.cache-hit != 'true' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9'