summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-22 17:45:47 +0100
committerGitHub <noreply@github.com>2021-11-22 17:45:47 +0100
commit16a4e30da9ed738161372c5d12b5fd8f100d0f78 (patch)
tree1bbff9a1fc00d21e22327fa4a7921ff103ea4af7
parenta73021e3b8977916e7070ea89c294a669ed076c1 (diff)
downloadpylint-git-16a4e30da9ed738161372c5d12b5fd8f100d0f78.tar.gz
Bump actions/setup-python from 2.2.2 to 2.3.0 (#5367)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yaml24
-rw-r--r--.github/workflows/release.yml2
2 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 218346f30..ad376dbc4 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Generate partial Python venv restore key
@@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
@@ -123,7 +123,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
@@ -159,7 +159,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Generate partial Python venv restore key
@@ -199,7 +199,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
@@ -239,7 +239,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
@@ -282,7 +282,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
@@ -335,7 +335,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Generate partial Python venv restore key
@@ -379,7 +379,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
@@ -415,7 +415,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Generate partial Python venv restore key
@@ -455,7 +455,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
@@ -488,7 +488,7 @@ jobs:
uses: actions/checkout@v2.3.5
- name: Set up Python ${{ matrix.python-version }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c8dee2442..01973078e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v2.3.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements