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 b9b1728 commit e58d8bcCopy full SHA for e58d8bc
.github/workflows/nosetests.yml
@@ -14,9 +14,9 @@ jobs:
14
python-version: '3.6'
15
name: Tests with Python ${{ matrix.python-version }}
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Set up Python
19
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5.2.0
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
0 commit comments