We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42fded commit e109db3Copy full SHA for e109db3
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Checkout code
27
uses: actions/checkout@v1
28
- name: Setup Python ${{ matrix.python-version }}
29
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
30
with:
31
python-version: ${{ matrix.python-version }}
32
- name: Update pip
0 commit comments