From 714573cdbcc53121a4581310cf647369231f74a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:50:08 +0200 Subject: build(deps): bump actions/setup-python from 3.1.0 to 3.1.1 (#29956) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/9c644ca2ab8e57ea0a487b5ec2f8290740378bfd...21c0493ecfd34b1217f0a90ec19a327f3cc0a048) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/windows_python.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.github/workflows/windows_python.yml') diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index 2b4339a696..cf337c415c 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -18,7 +18,7 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + - uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048 with: python-version: 3.9 - name: Install Python Packages @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + - uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048 with: python-version: 3.9 - name: Install Python packages @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + - uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048 with: python-version: 3.9 - name: Install Python packages @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + - uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048 with: python-version: 3.9 - name: Install Python packages @@ -98,7 +98,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + - uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048 with: python-version: 3.9 - name: Install Python packages @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + - uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048 with: python-version: 3.9 - name: Install Python packages @@ -154,7 +154,7 @@ jobs: run: shell: pwsh steps: - - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + - uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048 with: python-version: 3.9 - name: Install Python packages -- cgit v1.2.3-60-g2f50