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 fd81e54 + dc45140 commit fd1de73Copy full SHA for fd1de73
.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:
@@ -93,7 +93,7 @@ jobs:
93
INSTALL_DIR: ${{ github.workspace }}/redis
94
95
96
97
- name: Setup Python ${{ matrix.pyver }}
98
99
@@ -147,7 +147,7 @@ jobs:
147
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
148
149
150
151
152
153
0 commit comments