From 09d8aa5aeb99a220933b005be4b0a549985d76b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 03:10:54 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 3.1.0 to 3.1.1 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] --- .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 c6a3dc4e4..b8d66f2f9 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@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048 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@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048 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@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd + uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048 with: python-version: '3.8'