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 4a83562 commit eb4ea05Copy full SHA for eb4ea05
.github/workflows/test.yml
@@ -17,9 +17,9 @@ jobs:
17
- 3.12
18
fail-fast: false
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Update pip and setuptools
0 commit comments