We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3416717 commit d67882cCopy full SHA for d67882c
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
submodules: recursive
18
fetch-depth: 0
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5.1.1
21
with:
22
python-version: ${{ matrix.python-version }}
23
- name: Install dependencies
0 commit comments