Skip to content

Commit 1bc082b

Browse files
authored
Update python-tests.yml
1 parent 73999ef commit 1bc082b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push, pull_request]
44
jobs:
55
build:
66

7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Set up Python 3.9
12-
uses: actions/setup-python@v4
12+
uses: actions/setup-python@v5
1313
with:
1414
python-version: 3.9
1515
- name: Run PyTest

0 commit comments

Comments
 (0)