Skip to content

Commit

Permalink
Merge pull request #251 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
k8s-ci-robot committed Jul 7, 2021
2 parents 4870d9d + 36a42e9 commit 37ddc3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- uses: actions/setup-go@v2
with:
go-version: '1.15' # The Go version to download (if necessary) and use.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

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

0 comments on commit 37ddc3d

Please sign in to comment.