We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c736f44 + 5cc6f62 commit e3b85f8Copy full SHA for e3b85f8
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v3
26
- name: Set up Python ${{ matrix.python-version }}
27
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
28
with:
29
python-version: ${{ matrix.python-version }}
30
- name: Install dependencies
0 commit comments