Skip to content

Commit 921744d

Browse files
committed
tests fix
1 parent 0dc1e95 commit 921744d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-prometrix.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
run_tests:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
14+
- uses: actions/checkout@v5
1415
- name: Set up Python
1516
uses: actions/setup-python@v6
1617
with:
17-
python-version: 3.10
18+
python-version: "3.10"
19+
cache: "pip"
1820

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

0 commit comments

Comments
 (0)