From f8b6de91f441d4ed5e70c1fc7344e3e440439f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 00:51:41 +0000 Subject: [PATCH] Bump actions/setup-python from 2.3.2 to 3.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.2...v3.1.0) --- 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..56b25c4 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.0 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.0 with: python-version: 3.9 cache: 'pip' diff --git a/.github/workflows/npm_updates.yml b/.github/workflows/npm_updates.yml index 3e903b9..c890081 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.0 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..fbf744b 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.0 with: python-version: 3.9 cache: 'pip'