We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2792bee + 8127022 commit 5558952Copy full SHA for 5558952
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v3
38
# Set up and run tests
39
- name: Install python
40
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
41
with:
42
python-version: ${{ matrix.python }}
43
- name: Generate cache key CACHE
0 commit comments