Skip to content

Commit 0dc1e95

Browse files
committed
updated actions
1 parent 5b00cf1 commit 0dc1e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-prometrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v6
1616
with:
17-
python-version: 3.11
17+
python-version: 3.10
1818

1919
- name: Create k8s Kind Cluster
2020
uses: helm/kind-action@v1.12.0

0 commit comments

Comments
 (0)