From 237291e9a7bc49fa89a88a141c4c2cbb549172e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 00:52:33 +0000 Subject: [PATCH] Bump actions/setup-python from 2.3.2 to 3.1.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.2...v3.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main-ci.yml | 4 ++-- .github/workflows/npm_updates.yml | 2 +- .github/workflows/pre-commit_updates.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index eecf803..df8dfaa 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -18,7 +18,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Setup Python - uses: actions/setup-python@v2.3.2 + uses: actions/setup-python@v3.1.1 with: python-version: 3.9 cache: 'pip' @@ -41,7 +41,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Setup Python - uses: actions/setup-python@v2.3.2 + uses: actions/setup-python@v3.1.1 with: python-version: 3.9 cache: 'pip' diff --git a/.github/workflows/npm_updates.yml b/.github/workflows/npm_updates.yml index 3e903b9..e0dc43a 100644 --- a/.github/workflows/npm_updates.yml +++ b/.github/workflows/npm_updates.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} - - uses: actions/setup-python@v2.3.2 + - uses: actions/setup-python@v3.1.1 with: python-version: 3.9 cache: 'pip' diff --git a/.github/workflows/pre-commit_updates.yml b/.github/workflows/pre-commit_updates.yml index c9f6ec9..800aef6 100644 --- a/.github/workflows/pre-commit_updates.yml +++ b/.github/workflows/pre-commit_updates.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} - - uses: actions/setup-python@v2.3.2 + - uses: actions/setup-python@v3.1.1 with: python-version: 3.9 cache: 'pip'