Update github actions and lint yml file
Hanno Böck

Hanno Böck commited on 2023-04-22 19:01:35
Zeige 1 geänderte Dateien mit 4 Einfügungen und 3 Löschungen.

... ...
@@ -1,5 +1,6 @@
1
+---
1 2
 name: run tests
2
-on:
3
+"on":
3 4
   - pull_request
4 5
   - push
5 6
 
... ...
@@ -10,9 +11,9 @@ jobs:
10 11
       matrix:
11 12
         python-version: [3.8, 3.x, 3.12-dev]
12 13
     steps:
13
-      - uses: actions/checkout@v2
14
+      - uses: actions/checkout@v3
14 15
       - name: Set up Python ${{ matrix.python-version }}
15
-        uses: actions/setup-python@v2
16
+        uses: actions/setup-python@v4
16 17
         with:
17 18
           python-version: ${{ matrix.python-version }}
18 19
       - name: Install dependencies
19 20