summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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