summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-22 13:04:17 +0000
committerGitHub <noreply@github.com>2021-11-22 13:04:17 +0000
commit41e95d63011530b11c47bfbd2f985230281d12a8 (patch)
tree0f7fd6b0924e1cf4c1671954aa83f08a28619138
parent315db2da8ccfff58fd052967ca5007e022f26346 (diff)
downloadpylint-git-dependabot/github_actions/actions/setup-python-2.3.0.tar.gz
Bump actions/setup-python from 2.2.2 to 2.3.0dependabot/github_actions/actions/setup-python-2.3.0
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>
-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