From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 11:44:54 +0000 (+0200) Subject: Bump actions/setup-python from 2 to 4 (#8309) X-Git-Tag: rel_2_0_0b1~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e9e9dd8eecd3b807840bad9c1bdc84f24ccc74;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Bump actions/setup-python from 2 to 4 (#8309) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- 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/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 4d54867b9f..53ac9007e2 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} @@ -177,7 +177,7 @@ jobs: pip-wheel-args: "-w ./dist -v --no-deps" - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ steps.linux-py-version.outputs.python-version }} architecture: ${{ matrix.architecture }} @@ -298,7 +298,7 @@ jobs: - name: Set up Python for twine # Setup python after creating the wheel, otherwise LD_LIBRARY_PATH gets set and it will break wheel generation # twine on py2 is very old and is no longer updated, so we change to python 3.8 before upload - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: "3.9" diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index a1d65fb33f..56e2a67435 100644 --- a/.github/workflows/run-on-pr.yaml +++ b/.github/workflows/run-on-pr.yaml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v2 - name: Set up python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} @@ -73,7 +73,7 @@ jobs: uses: actions/checkout@v2 - name: Set up python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} @@ -106,7 +106,7 @@ jobs: uses: actions/checkout@v2 - name: Set up python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 40edc574a7..6f9be629fb 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -73,7 +73,7 @@ jobs: uses: actions/checkout@v2 - name: Set up python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@v2 - name: Set up python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} @@ -177,7 +177,7 @@ jobs: uses: actions/checkout@v2 - name: Set up python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} @@ -210,7 +210,7 @@ jobs: uses: actions/checkout@v2 - name: Set up python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }}