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 9a355ee commit 7eb83e9Copy full SHA for 7eb83e9
.github/workflows/python.yml
@@ -11,7 +11,7 @@ jobs:
11
python-version: [ "3.5","3.6", "3.7", "3.8", "3.9" ]
12
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@master
15
16
- name: Set up Python ${{ matrix.python-version }}
17
uses: actions/setup-python@v4
0 commit comments