Skip to content

Commit ef1f0d2

Browse files
authored
ci: upgrade checkout action version (#2434)
upgrade checkout action version to fix the ci build warning
1 parent 9ad10a9 commit ef1f0d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020

2121
- name: Check out code
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323

2424
- name: Install dotnet
2525
run: ./build/get-dotnet.sh
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434

3535
- name: Check out code
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v4
3737

3838
- name: Run interop tests
3939
run: ./grpcweb_interoptests.sh

0 commit comments

Comments
 (0)