Skip to content

Commit 695a912

Browse files
authored
Merge pull request #1178 from carvel-dev/dependabot/github_actions/actions/checkout-3.5.2
Bump actions/checkout from 3.3.0 to 3.5.2
2 parents 38d7268 + 1cb9f77 commit 695a912

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.3.0
24+
- uses: actions/checkout@v3.5.2
2525
- uses: actions/setup-go@v4 # default version of go is 1.10
2626
with:
2727
go-version: "1.20.3"

.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.3.0
13+
uses: actions/checkout@v3.5.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@v4
2323
with:
2424
go-version: "1.20.3"
25-
- uses: actions/checkout@v3.3.0
25+
- uses: actions/checkout@v3.5.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.3.0
25+
- uses: actions/checkout@v3.5.2
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/setup-go@v4 # 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.3.0
9+
uses: actions/checkout@v3.5.2
1010
- name: misspell
1111
uses: reviewdog/action-misspell@fe8d5c98c3761ef40755a7bb95460b2a33f6b346 # v1.1.0
1212
with:

.github/workflows/release-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@v3.3.0
15+
uses: actions/checkout@v3.5.2
1616
with:
1717
fetch-depth: 0
1818

.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.20.3"
3030
- name: Check out code
31-
uses: actions/checkout@v3.3.0
31+
uses: actions/checkout@v3.5.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.20.3"
2828
- name: Check out code
29-
uses: actions/checkout@v3.3.0
29+
uses: actions/checkout@v3.5.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.3.0
67+
uses: actions/checkout@v3.5.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.20.3"
3030
- name: Check out code
31-
uses: actions/checkout@v3.3.0
31+
uses: actions/checkout@v3.5.2
3232
- name: Install Carvel Tools
3333
run: ./hack/install-deps.sh
3434
- name: Run Upgrade Test

0 commit comments

Comments
 (0)