We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6985339 commit 52272caCopy full SHA for 52272ca
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v2
30
31
- name: Set up Python ${{ matrix.python }}
32
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
33
with:
34
python-version: ${{ matrix.python }}
35
0 commit comments