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

Commit 7d164bf

Browse files
authored
Merge pull request #293 from kubernetes-sigs/dependabot/github_actions/actions/checkout-2.3.5
Bump actions/checkout from 2.3.4 to 2.3.5
2 parents 558059f + fcf3cba commit 7d164bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: checkout
26-
uses: actions/[email protected].4
26+
uses: actions/[email protected].5
2727
- uses: actions/setup-go@v2
2828
with:
2929
go-version: '1.15' # The Go version to download (if necessary) and use.

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout code
39-
uses: actions/[email protected].4
39+
uses: actions/[email protected].5
4040

4141
- name: kubebuilder
4242
run: make kubebuilder KUBEBUILDER_DIR=${KUBEBUILDER_DIR} # we use this dir because /usr/local/kubebuilder is protected

0 commit comments

Comments
 (0)