We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 777ab80 + afd0845 commit 2b55ab8Copy full SHA for 2b55ab8
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
timeout-minutes: 5
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
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