From dc3fb02604a4f0f7ff6d54495515996defce559d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 05:43:17 +0000 Subject: [PATCH] Bump actions/setup-python from v2.1.4 to v2.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.4...8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d) Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69d0747..e719f4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: run: | brew install llvm - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.0 with: python-version: ${{ matrix.python-version }} - name: Install python dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b2e3e8..a103fa4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: with: submodules: 'recursive' - name: Set up Python 3.8 - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.0 with: python-version: 3.8 - name: Install python dependencies