File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
python-version : [ '3.10' ]
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : Set up Python
23
23
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 13
13
python-version : [ '3.10' ]
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Set up Python
19
19
uses : actions/setup-python@v4
35
35
python-version : [ '3.10' ]
36
36
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
40
40
- name : Set up Python
41
41
uses : actions/setup-python@v4
58
58
python-version : [ '3.10' ]
59
59
60
60
steps :
61
- - uses : actions/checkout@v3
61
+ - uses : actions/checkout@v4
62
62
with :
63
63
persist-credentials : false
64
64
fetch-depth : 0
@@ -117,7 +117,7 @@ jobs:
117
117
python-version : [ '3.9' ]
118
118
119
119
steps :
120
- - uses : actions/checkout@v3
120
+ - uses : actions/checkout@v4
121
121
with :
122
122
persist-credentials : false
123
123
fetch-depth : 0
Original file line number Diff line number Diff line change 8
8
9
9
setuptools .setup (
10
10
name = "grafana-api-sdk" ,
11
- version = "0.3.1 " ,
11
+ version = "0.3.2 " ,
12
12
author = "Pascal Zimmermann" ,
13
13
14
14
description = "A Grafana API SDK" ,
You can’t perform that action at this time.
0 commit comments