Skip to content

Commit c52a4c6

Browse files
deps: update github-actions
1 parent 9628452 commit c52a4c6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/actions/generate-chart-matrix/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
echo "${GITHUB_CONTEXT}"
5959
- name: Get changed dirs
6060
id: changed-files
61-
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
61+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
6262
with:
6363
dir_names: "true"
6464
- name: Get chart versions

.github/actions/gke-login/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
with:
3434
credentials_json: '${{ inputs.credentials-json }}'
3535
- name: Get GKE credentials
36-
uses: google-github-actions/get-gke-credentials@64bc7249bbcf78056bb92f14d3cedc2da193946c # v2
36+
uses: google-github-actions/get-gke-credentials@3da1e46a907576cefaa90c484278bb5b259dd395 # v3
3737
with:
3838
cluster_name: ${{ inputs.cluster-name }}
3939
location: ${{ inputs.cluster-location }}

.github/workflows/chart-validate-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
echo "check-version-increment: false" >> .github/config/chart-testing.yaml
5252
# Dependencies.
53-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
53+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
5454
with:
5555
python-version: 3.13
5656
- name: Cache Helm chart dependencies

.github/workflows/repo-pr-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Run Labeler
15-
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
15+
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
1616
with:
1717
configuration-path: .github/config/pr-labeler.yaml

.github/workflows/test-integration-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ jobs:
848848
repository: camunda/camunda-platform-helm
849849
ref: ${{ inputs.camunda-helm-git-ref }}
850850

851-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
851+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
852852
with:
853853
node-version: lts/*
854854

0 commit comments

Comments
 (0)