Skip to content

Commit

Permalink
Merge pull request #198 from redis/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-3.1.1

Bump actions/setup-python from 2 to 3.1.1
  • Loading branch information
Simon Prickett authored Apr 22, 2022
2 parents 1d104d2 + c3d928a commit fed511e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.1
with:
python-version: 3.9
#----------------------------------------------
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python ${{ matrix.pyver }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.1
with:
python-version: ${{ matrix.pyver }}
#----------------------------------------------
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.1
with:
python-version: 3.9
- name: Install Poetry
Expand Down

0 comments on commit fed511e

Please sign in to comment.