Merge pull request #214 from redis/dependabot/github_actions/actions/setup-python-3.1.2
Bump actions/setup-python from 3.1.1 to 3.1.2
This commit is contained in:
commit
74226d8109
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup Python 3.9
|
- name: Setup Python 3.9
|
||||||
uses: actions/setup-python@v3.1.1
|
uses: actions/setup-python@v3.1.2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
|
@ -97,7 +97,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup Python ${{ matrix.pyver }}
|
- name: Setup Python ${{ matrix.pyver }}
|
||||||
uses: actions/setup-python@v3.1.1
|
uses: actions/setup-python@v3.1.2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.pyver }}
|
python-version: ${{ matrix.pyver }}
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
|
@ -158,7 +158,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup Python 3.9
|
- name: Setup Python 3.9
|
||||||
uses: actions/setup-python@v3.1.1
|
uses: actions/setup-python@v3.1.2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
|
|
Loading…
Reference in a new issue