Skip to content

Commit

Permalink
Bump checkout from v3 to v4 (#641)
Browse files Browse the repository at this point in the history
Signed-off-by: Sion Kang <[email protected]>
  • Loading branch information
Yaminyam authored Sep 12, 2023
1 parent 3ff801a commit 3d10ce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go 1.19.2
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
github_token: ${{ github.token }}

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get tools dependencies
run: make tools
Expand Down

0 comments on commit 3d10ce5

Please sign in to comment.