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.
1 parent f9e388c commit dc45140Copy full SHA for dc45140
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
timeout-minutes: 5
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v2.3.5
27
- name: Setup Python 3.9
28
uses: actions/setup-python@v2
29
with:
@@ -99,7 +99,7 @@ jobs:
99
INSTALL_DIR: ${{ github.workspace }}/redis
100
101
102
103
- name: Setup Python ${{ matrix.pyver }}
104
105
@@ -153,7 +153,7 @@ jobs:
153
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
154
155
156
157
158
159
0 commit comments