Skip to content

Commit dc70297

Browse files
committed
Change: update action versions
1 parent befe82b commit dc70297

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-python.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
- 3.7
1717
- 3.8
1818
- 3.9
19+
- "3.10"
1920

2021
steps:
2122
- uses: actions/checkout@v3
2223
- name: Check with black, pylint and pontos.version
23-
uses: greenbone/actions/lint-python@v1
24+
uses: greenbone/actions/lint-python@v2
2425
with:
2526
version: ${{ matrix.python-version }}
2627
packages: ospd_openvas ospd tests
@@ -34,11 +35,12 @@ jobs:
3435
- 3.7
3536
- 3.8
3637
- 3.9
38+
- "3.10"
3739

3840
steps:
3941
- uses: actions/checkout@v3
4042
- name: Install poetry and dependencies
41-
uses: greenbone/actions/poetry@v1
43+
uses: greenbone/actions/poetry@v2
4244
with:
4345
version: ${{ matrix.python-version }}
4446
- name: Run unit tests

0 commit comments

Comments
 (0)