We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a5bd7 commit af54cfdCopy full SHA for af54cfd
.github/workflows/unittest.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
- name: Set up Python ${{ matrix.python-version }}
15
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
16
with:
17
python-version: ${{ matrix.python-version }}
18
- name: Install dependencies
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
0 commit comments