Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.2 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 2165849 commit acce24d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Performance regression check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.0.0
- uses: actions/setup-go@v4 # default version of go is 1.10
with:
go-version: 1.20.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Set up Go 1.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.20.7
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.0.0
with:
fetch-depth: '0'
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
kubectl_version: v1.25.0
cluster_name: kinder
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- uses: actions/setup-go@v4 # default version of go is 1.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
- name: misspell
uses: reviewdog/action-misspell@ccb0441a34ac2a3ece1206c63d7b6dd757ffde4d # v1.1.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
go-version: 1.20.7
- name: Check out code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Install Carvel Tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-kctrl-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
go-version: 1.20.7
- name: Check out code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Install Carvel Tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Set up Go 1.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
go-version: 1.20.7
- name: Check out code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0
- name: Install Carvel Tools
run: ./hack/install-deps.sh
- name: Run Upgrade Test
Expand Down

0 comments on commit acce24d

Please sign in to comment.