Skip to content

Commit a4ae5c1

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d66646 commit a4ae5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
KUBECONFIG: "./kubeconfig"
110110
steps:
111111
- name: Checkout
112-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
112+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
113113

114114
- name: Create kind cluster with custom kubeconfig
115115
uses: ./

0 commit comments

Comments
 (0)