Skip to content

Commit 149a5e4

Browse files
0yi0hydai
authored andcommitted
ci: bump actions/checkout from v3 to v4
* pytorch.yml * tflite.yml Signed-off-by: Yi Huang <[email protected]>
1 parent 5c95633 commit 149a5e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
image: ubuntu:20.04
2929

3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232

3333
- name: Install apt-get packages
3434
run: |

.github/workflows/tflite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
image: ubuntu:20.04
2929

3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232

3333
- name: Install apt-get packages
3434
run: |

0 commit comments

Comments
 (0)