Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 21, 2023
1 parent aa6b432 commit e7f8370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
id: buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: 1.19

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get kubebuilder
run: |
Expand Down

0 comments on commit e7f8370

Please sign in to comment.