Skip to content

Commit ca54689

Browse files
authored
Update actions/checkout from v3 to v4 (#48439)
1 parent f0d949b commit ca54689

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/databases.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
3434

@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Checkout code
76-
uses: actions/checkout@v3
76+
uses: actions/checkout@v4
7777
with:
7878
fetch-depth: 0
7979

@@ -118,7 +118,7 @@ jobs:
118118

119119
steps:
120120
- name: Checkout code
121-
uses: actions/checkout@v3
121+
uses: actions/checkout@v4
122122
with:
123123
fetch-depth: 0
124124

@@ -164,7 +164,7 @@ jobs:
164164

165165
steps:
166166
- name: Checkout code
167-
uses: actions/checkout@v3
167+
uses: actions/checkout@v4
168168
with:
169169
fetch-depth: 0
170170

@@ -208,7 +208,7 @@ jobs:
208208

209209
steps:
210210
- name: Checkout code
211-
uses: actions/checkout@v3
211+
uses: actions/checkout@v4
212212
with:
213213
fetch-depth: 0
214214

.github/workflows/facades.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Checkout code
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
fetch-depth: 0
5252

@@ -120,7 +120,7 @@ jobs:
120120
git config --global core.eol lf
121121
122122
- name: Checkout code
123-
uses: actions/checkout@v3
123+
uses: actions/checkout@v4
124124
with:
125125
fetch-depth: 0
126126

0 commit comments

Comments
 (0)