Skip to content

Commit c18ae94

Browse files
authored
Merge pull request #5 from rancher/renovate/actions-checkout-4.x
Update actions/checkout action to v4.1.7
2 parents 67dbf40 + 65e291b commit c18ae94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/head-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- prebuild-env
4545
steps:
4646
- name: Check out repository code
47-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
47+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4848

4949
- name: Load Secrets from Vault
5050
uses: rancher-eio/read-vault-secrets@main

.github/workflows/release-publish.yml

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

3636
steps:
3737
- name: Check out repository code
38-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
38+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3939

4040
- name: Load Secrets from Vault
4141
uses: rancher-eio/read-vault-secrets@main

0 commit comments

Comments
 (0)