Skip to content

Commit f6f5232

Browse files
committed
Fix for CI.
1 parent d964e31 commit f6f5232

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
11+
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v4
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install Redis

0 commit comments

Comments
 (0)