chore: bump github actions to v4 due to GHA warnings of node version deprecation (#874)

This commit is contained in:
Lei Xu
2024-01-26 15:52:47 -08:00
committed by GitHub
parent 90b5b55126
commit e910809de0
12 changed files with 27 additions and 27 deletions

View File

@@ -25,7 +25,7 @@ jobs:
shell: bash
working-directory: python
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
@@ -64,7 +64,7 @@ jobs:
shell: bash
working-directory: python
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
@@ -87,7 +87,7 @@ jobs:
shell: bash
working-directory: python
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true