Skip to content

Commit cc32782

Browse files
authored
GitHub: Update CI's checkout step version to v4 (#14749)
1 parent 6b1d10e commit cc32782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858

5959
- name: Checkout the repository
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v4
6161
with:
6262
fetch-depth: 2
6363

.github/workflows/deploy-preview.yml

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

2727
steps:
2828
- name: Checkout the repository
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Setup MSBuild
3232
uses: microsoft/setup-msbuild@v1

0 commit comments

Comments
 (0)