We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2705873 + 2899af3 commit 7fb80ebCopy full SHA for 7fb80eb
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
timeout-minutes: 5
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v2.4.0
+ uses: actions/checkout@v3
27
- name: Setup Python 3.9
28
uses: actions/setup-python@v2
29
with:
@@ -95,7 +95,7 @@ jobs:
95
INSTALL_DIR: ${{ github.workspace }}/redis
96
97
98
99
- name: Setup Python ${{ matrix.pyver }}
100
101
@@ -156,7 +156,7 @@ jobs:
156
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
157
158
159
160
161
162
0 commit comments