From 8c42c1c9cf84d4dc37f89c4978f9c9d2c85686c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 05:27:05 +0000 Subject: [PATCH] Bump actions/setup-python from v2.1.4 to v2.2.2 Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.4...dc73133d4da04e56a135ae2246682783cc7c7cb6) 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..5f30776 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.2 with: python-version: ${{ matrix.python-version }} - name: Install python dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b2e3e8..8a489df 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.2 with: python-version: 3.8 - name: Install python dependencies