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 a1f0005 commit 8603eafCopy full SHA for 8603eaf
.github/workflows/test.yml
@@ -14,9 +14,9 @@ jobs:
14
runs-on: ${{ matrix.platform }}
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
- name: Set up Python ${{ matrix.python }}
19
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
20
with:
21
python-version: ${{ matrix.python }}
22
- name: Install test dependencies
0 commit comments