From a2b3205b6e968198c1a505066af84c698456fea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Apr 2022 03:08:53 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 3.0.0 to 3.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/0ebf233433c08fb9061af664d501c3f3ff0e9e20...9c644ca2ab8e57ea0a487b5ec2f8290740378bfd) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index bcf18901a..5071fb610 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -174,7 +174,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ matrix.python_version }} - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 + uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd with: python-version: ${{ matrix.python_version }} @@ -404,7 +404,7 @@ jobs: uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Set up Python ${{ matrix.python_version }} - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 + uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd with: python-version: ${{ matrix.python_version }} @@ -430,7 +430,7 @@ jobs: uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Set up Python 3.8 - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 + uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd with: python-version: '3.8'