Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit c2f84df

Browse files
chore(deps): update actions/checkout action to v5
1 parent 3295d7d commit c2f84df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kind-localsetup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
owner: ${{ github.repository_owner }}
2424

2525
# Step 1: Checkout the code
26-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727

2828
- name: Get changed files for local setup relevant files
2929
id: changed-files

.github/workflows/update-chart-parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
app-id: "838464"
2323
private-key: ${{ secrets.OPENMFP_PUBLISHER_PRIVATE_KEY }}
24-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525
with:
2626
token: ${{ steps.app-token.outputs.token }}
2727
- name: Setup yq@latest

0 commit comments

Comments
 (0)