From 347fc4d19cbc1b579780cb8ebc1c2df2197e6111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 14:47:59 +0200 Subject: [PATCH] :arrow_up: Bump actions/setup-python from 4 to 5 (#693) 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> --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/nightly.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7770f78d..6398fdff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: key: pip-${{ matrix.python }}-tests-${{ hashFiles('**/pyproject.toml') }} restore-keys: pip-${{ matrix.python }}-tests- - name: Set up Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Make sure virtualevn>20 is installed, which will yield newer pip and posibility to pin pip version. @@ -69,7 +69,7 @@ jobs: key: pip-${{ matrix.python }}-tests-${{ hashFiles('**/pyproject.toml') }} restore-keys: pip-${{ matrix.python }}-tests- - name: Set up Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Install system dependencies @@ -121,7 +121,7 @@ jobs: - name: Checkout source uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' - name: Validate the tag version against the package version @@ -135,7 +135,7 @@ jobs: - name: Checkout source uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9' - name: Install flit diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fdd7fb93..9ca18391 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v3.3.0 - name: Set up Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Install system dependencies