Skip to content

Commit 9597d3b

Browse files
committed
fixed checkout version
1 parent 4d77d05 commit 9597d3b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build_and_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build_command: cd build-dir && make -j 1 install
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
with:
2929
submodules: recursive
3030
fetch-depth: 0
@@ -39,7 +39,7 @@ jobs:
3939
run: ${{ github.workspace }}/artifacts/bin/webrtc_unit_test --log_level=all
4040

4141
- name: Upload artifacts
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: artifacts_${{matrix.os}}
4545
path: ${{ github.workspace }}/artifacts

.github/workflows/build_edge_device_webrtc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Install Ninja
4040
run: brew install ninja
4141

42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
with:
4444
submodules: recursive
4545
fetch-depth: 0

.github/workflows/demo_container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
submodules: recursive
2121
fetch-depth: 0

.github/workflows/test_cross_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- os: ubuntu-22.04
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
submodules: recursive
2323
fetch-depth: 0

0 commit comments

Comments
 (0)