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