From 61313bfdbd0233645bfec2d22bfabef6fabc1c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 17:07:31 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 4 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] --- .github/workflows/build-linux-installer-deb.yml | 2 +- .github/workflows/build-macos-installer.yml | 2 +- .github/workflows/build-test-ubuntu-core-util.yml | 2 +- .github/workflows/build-windows-installer.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-linux-installer-deb.yml b/.github/workflows/build-linux-installer-deb.yml index 0af2c279c..6d859c70d 100644 --- a/.github/workflows/build-linux-installer-deb.yml +++ b/.github/workflows/build-linux-installer-deb.yml @@ -40,7 +40,7 @@ jobs: run: bash build_scripts/clean-runner.sh || true - name: Setup Python environment - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/build-macos-installer.yml b/.github/workflows/build-macos-installer.yml index fb194a396..1c505234e 100644 --- a/.github/workflows/build-macos-installer.yml +++ b/.github/workflows/build-macos-installer.yml @@ -39,7 +39,7 @@ jobs: run: bash build_scripts/clean-runner.sh || true - name: Setup Python environment - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/build-test-ubuntu-core-util.yml b/.github/workflows/build-test-ubuntu-core-util.yml index eadb95752..3ed6804d5 100644 --- a/.github/workflows/build-test-ubuntu-core-util.yml +++ b/.github/workflows/build-test-ubuntu-core-util.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Setup Python environment - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/build-windows-installer.yml b/.github/workflows/build-windows-installer.yml index 7d71cf7c0..1e1e9ef25 100644 --- a/.github/workflows/build-windows-installer.yml +++ b/.github/workflows/build-windows-installer.yml @@ -57,7 +57,7 @@ jobs: ${{ runner.os }}-pip- # We can't upgrade to Python 3.8 until we have a miniupnpc binary - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 name: Install Python 3.9 with: python-version: "3.9"