We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce50391 commit f6cac19Copy full SHA for f6cac19
.github/workflows/test-ci.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- name: Set up Python
16
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
17
with:
18
python-version: ${{ matrix.python-version }}
19
- name: Install dependencies
0 commit comments