Skip to content

Commit a34b57f

Browse files
Update github-actions
1 parent 585b47a commit a34b57f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/check-task-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Create k8s Kind Cluster
21-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
21+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
2222
with:
2323
cluster_name: kind
2424
- uses: tektoncd/actions/setup-tektoncd@main

.github/workflows/run-task-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Create k8s Kind Cluster
7373
if: steps.changed-task-dirs.outputs.any_changed == 'true'
74-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
74+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
7575
with:
7676
config: konflux-ci/kind-config.yaml
7777

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1414
with:
1515
# Python scripts should support python>=3.11
16-
python-version: "3.11"
16+
python-version: "3.14"
1717

1818
- name: Set up virtualenv
1919
run: |

{{cookiecutter.repo_root}}/.github/workflows/check-task-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Create k8s Kind Cluster
21-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
21+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
2222
with:
2323
cluster_name: kind
2424
- uses: tektoncd/actions/setup-tektoncd@main

{{cookiecutter.repo_root}}/.github/workflows/run-task-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Create k8s Kind Cluster
7373
if: steps.changed-task-dirs.outputs.any_changed == 'true'
74-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
74+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
7575
with:
7676
config: konflux-ci/kind-config.yaml
7777

0 commit comments

Comments
 (0)