Skip to content

Commit 3dc871d

Browse files
authored
Merge pull request #187 from lablabs/lint-action-fixes
Lint action fixes
2 parents e148afa + d09d8a0 commit 3dc871d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Set up Helm
1515
uses: azure/setup-helm@v4
1616
with:
17-
version: v3.4.0
17+
version: v3.19.0
1818

1919
- uses: actions/setup-python@v6
2020
with:
21-
python-version: 3.7
21+
python-version: 3.12
2222

2323
- name: Set up chart-testing
2424
uses: helm/chart-testing-action@v2.8.0

charts/cloudflare-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: cloudflare-exporter
3-
version: 0.2.2
3+
version: 0.2.3
44
appVersion: 0.0.16
55
home: https://github.com/lablabs/cloudflare-exporter
66
description: A Helm chart for cloudflare exporter

0 commit comments

Comments
 (0)