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 1717 python-version : [ '3.10' ]
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 - name : Set up Python
2323 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1313 python-version : [ '3.10' ]
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717
1818 - name : Set up Python
1919 uses : actions/setup-python@v4
3535 python-version : [ '3.10' ]
3636
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939
4040 - name : Set up Python
4141 uses : actions/setup-python@v4
5858 python-version : [ '3.10' ]
5959
6060 steps :
61- - uses : actions/checkout@v3
61+ - uses : actions/checkout@v4
6262 with :
6363 persist-credentials : false
6464 fetch-depth : 0
@@ -117,7 +117,7 @@ jobs:
117117 python-version : [ '3.9' ]
118118
119119 steps :
120- - uses : actions/checkout@v3
120+ - uses : actions/checkout@v4
121121 with :
122122 persist-credentials : false
123123 fetch-depth : 0
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "grafana-api-sdk" ,
11- version = "0.3.1 " ,
11+ version = "0.3.2 " ,
1212 author = "Pascal Zimmermann" ,
13131414 description = "A Grafana API SDK" ,
You can’t perform that action at this time.
0 commit comments