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

Commit 509a0ee

Browse files
authored
Merge pull request #295 from kubernetes-sigs/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.5 to 2.4.0
2 parents 13ab6e6 + eda8754 commit 509a0ee

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/checkout@v2.3.5
26+
uses: actions/checkout@v2.4.0
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/checkout@v2.3.5
39+
uses: actions/checkout@v2.4.0
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)