Skip to content

Commit 8822c1e

Browse files
build(deps): Bump actions/checkout from 3 to 4 (#940)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- 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 3bd7f14 commit 8822c1e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build-fb-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3434

3535
- name: Checkout code
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
with:
3838
fetch-depth: 0
3939

.github/workflows/build-fd-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3535

3636
- name: Checkout code
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
fetch-depth: 0
4040

@@ -65,7 +65,7 @@ jobs:
6565
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
6666

6767
- name: Checkout code
68-
uses: actions/checkout@v3
68+
uses: actions/checkout@v4
6969
with:
7070
fetch-depth: 0
7171

.github/workflows/build-op-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3939

4040
- name: Checkout code
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 0
4444

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
1313

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
5555

5656
- name: Checkout code
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858
with:
5959
fetch-depth: 0
6060

@@ -98,7 +98,7 @@ jobs:
9898
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.25.1/bin/linux/amd64/kubectl && sudo install kubectl /usr/local/bin/kubectl
9999
100100
- name: Checkout code
101-
uses: actions/checkout@v3
101+
uses: actions/checkout@v4
102102
with:
103103
fetch-depth: 0
104104

@@ -134,7 +134,7 @@ jobs:
134134
version: v3.6.3
135135

136136
- name: Checkout
137-
uses: actions/checkout@v3
137+
uses: actions/checkout@v4
138138
with:
139139
fetch-depth: 0
140140

@@ -157,7 +157,7 @@ jobs:
157157
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
158158

159159
- name: Checkout code
160-
uses: actions/checkout@v3
160+
uses: actions/checkout@v4
161161
with:
162162
fetch-depth: 0
163163

@@ -180,7 +180,7 @@ jobs:
180180
# key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
181181

182182
# - name: Checkout code
183-
# uses: actions/checkout@v3
183+
# uses: actions/checkout@v4
184184
# with:
185185
# fetch-depth: 0
186186

0 commit comments

Comments
 (0)