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 dc45fc1 commit dc535c0Copy full SHA for dc535c0
1 file changed
.github/workflows/python-app.yml
@@ -20,10 +20,9 @@ jobs:
20
python-version: [3.7, 3.8, 3.9]
21
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v2
24
- name: Set up Python ${{ matrix.python-version }}
25
- - uses: actions/setup-node@v4
26
- - uses: actions/setup-python@v4
+ uses: actions/setup-python@v2
27
with:
28
python-version: ${{ matrix.python-version }}
29
- name: Install dependencies
0 commit comments