Skip to content

Commit 5285223

Browse files
authored
Merge pull request #275 from xcp-ng/jobscheck3.8
Use Python 3.8 in job checking action
2 parents ceae156 + f2a52cc commit 5285223

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jobs-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
- uses: actions/checkout@v2
1010
- name: Set up Python
1111
uses: actions/setup-python@v4
12+
with:
13+
python-version: 3.8
1214
- name: Install dependencies
1315
run: |
1416
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)