Skip to content

Commit cdbc0ea

Browse files
Bump actions/checkout from 3.5.2 to 4.1.2 (#1509)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32cbb87 commit cdbc0ea

10 files changed

+10
-10
lines changed

.github/workflows/benchmark-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Performance regression check
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3.5.2
24+
- uses: actions/checkout@v4.1.2
2525
- uses: actions/setup-go@v5 # default version of go is 1.10
2626
with:
2727
go-version: 1.21.6

.github/workflows/dependency-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3.5.2
13+
uses: actions/checkout@v4.1.2
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Go 1.x

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-go@v5
2323
with:
2424
go-version: 1.21.6
25-
- uses: actions/checkout@v3.5.2
25+
- uses: actions/checkout@v4.1.2
2626
with:
2727
fetch-depth: '0'
2828
- name: golangci-lint

.github/workflows/kind-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
kubectl_version: v1.25.0
2424
cluster_name: kinder
25-
- uses: actions/checkout@v3.5.2
25+
- uses: actions/checkout@v4.1.2
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/setup-go@v5 # default version of go is 1.10

.github/workflows/misspell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Check out code.
9-
uses: actions/checkout@v3.5.2
9+
uses: actions/checkout@v4.1.2
1010
- name: misspell
1111
uses: reviewdog/action-misspell@06d6a480724fa783c220081bbc22336a78dbbe82 # v1.1.0
1212
with:

.github/workflows/release-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v4.1.2
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/test-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: 1.21.6
3030
- name: Check out code
31-
uses: actions/checkout@v3.5.2
31+
uses: actions/checkout@v4.1.2
3232
with:
3333
fetch-depth: 0
3434
- name: Install Carvel Tools

.github/workflows/test-kctrl-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version: 1.21.6
2828
- name: Check out code
29-
uses: actions/checkout@v3.5.2
29+
uses: actions/checkout@v4.1.2
3030
with:
3131
fetch-depth: 0
3232
- name: Install Carvel Tools

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
security-events: write
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v3.5.2
67+
uses: actions/checkout@v4.1.2
6868
with:
6969
fetch-depth: 0
7070
- name: Set up Go 1.x

.github/workflows/upgrade-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: 1.21.6
3030
- name: Check out code
31-
uses: actions/checkout@v3.5.2
31+
uses: actions/checkout@v4.1.2
3232
- name: Install Carvel Tools
3333
run: ./hack/install-deps.sh
3434
- name: Run Upgrade Test

0 commit comments

Comments
 (0)