Skip to content

Commit 799ddb8

Browse files
committed
Update checkout versions.
1 parent 0bd4ad2 commit 799ddb8

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/benchmark.yml

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

2929
steps:
3030
- name: Check out the repository
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
3434

@@ -110,7 +110,7 @@ jobs:
110110

111111
steps:
112112
- name: Check out the repository
113-
uses: actions/checkout@v2
113+
uses: actions/checkout@v4
114114
with:
115115
fetch-depth: 0
116116

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Formatting Check
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Run clang-format style check for C/C++.
1616
uses: jidicula/[email protected]
1717
with:

.github/workflows/docker-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Build
2525
steps:
2626
- name: Checkout the code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/linux-sanitizer.yml

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

3131
steps:
3232
- name: Check out the repository
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
3636

.github/workflows/linux-test.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: Check out the repository
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232

.github/workflows/macos-test.yml

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

3737
steps:
3838
- name: Check out the repository
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 0
4242

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Check out the repo
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
2929
- name: Pull the Docker images
@@ -44,7 +44,7 @@ jobs:
4444
needs: build
4545
steps:
4646
- name: Check out the repo
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v4
4848
with:
4949
fetch-depth: 0 # To fetch all tags
5050
- name: Download built artifacts

.github/workflows/windows-test.yml

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

3737
steps:
3838
- name: Check out the repository
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 0
4242

0 commit comments

Comments
 (0)