From 105b42c15f20422fd1f0d10f2910db745dce4c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 09:55:49 +0200 Subject: build(deps): bump actions/setup-python from 2 to 3.1.0 (#29843) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...9c644ca2ab8e57ea0a487b5ec2f8290740378bfd) --- 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/unit_tests.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.github/workflows/unit_tests.yaml') diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 9e1179eba3..5c3079c07c 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 + - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2 with: python-version: 3.9 - name: Install Python Packages @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 with: fetch-depth: 0 - - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 + - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2 with: python-version: 3.9 - name: Install Python packages @@ -109,7 +109,7 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 with: fetch-depth: 0 - - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 + - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2 with: python-version: ${{ matrix.python-version }} - name: Install System packages @@ -174,7 +174,7 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 with: fetch-depth: 0 - - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 + - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2 with: python-version: 3.9 - name: Install System packages @@ -240,7 +240,7 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 with: fetch-depth: 0 - - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 + - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2 with: python-version: 3.9 - name: Install System packages @@ -289,7 +289,7 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 with: fetch-depth: 0 - - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 + - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2 with: python-version: ${{ matrix.python-version }} - name: Install Python packages @@ -332,7 +332,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 - - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # @v2 + - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # @v2 with: python-version: 3.9 - name: Install Python packages -- cgit v1.2.3-60-g2f50