Skip to content

Commit 74edc3a

Browse files
authored
feat: Update the GH checkout action version (#49)
* feat: Update the GH checkout action version
1 parent a5f1b98 commit 74edc3a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/integrationtest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

Diff for: .github/workflows/pull-request-checks.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -35,7 +35,7 @@ jobs:
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
@@ -58,7 +58,7 @@ jobs:
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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="grafana-api-sdk",
11-
version="0.3.1",
11+
version="0.3.2",
1212
author="Pascal Zimmermann",
1313
author_email="[email protected]",
1414
description="A Grafana API SDK",

0 commit comments

Comments
 (0)