Skip to content

Commit fed511e

Browse files
author
Simon Prickett
authored
Merge pull request redis#198 from redis/dependabot/github_actions/actions/setup-python-3.1.1
Bump actions/setup-python from 2 to 3.1.1
2 parents 1d104d2 + c3d928a commit fed511e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v3
2727
- name: Setup Python 3.9
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v3.1.1
2929
with:
3030
python-version: 3.9
3131
#----------------------------------------------
@@ -97,7 +97,7 @@ jobs:
9797
- name: Checkout
9898
uses: actions/checkout@v3
9999
- name: Setup Python ${{ matrix.pyver }}
100-
uses: actions/setup-python@v2
100+
uses: actions/setup-python@v3.1.1
101101
with:
102102
python-version: ${{ matrix.pyver }}
103103
#----------------------------------------------
@@ -158,7 +158,7 @@ jobs:
158158
- name: Checkout
159159
uses: actions/checkout@v3
160160
- name: Setup Python 3.9
161-
uses: actions/setup-python@v2
161+
uses: actions/setup-python@v3.1.1
162162
with:
163163
python-version: 3.9
164164
- name: Install Poetry

0 commit comments

Comments
 (0)