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 Weston Pace
parent 334e423464
commit faa5912c3f
12 changed files with 27 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ jobs:
shell: bash
working-directory: nodejs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
@@ -61,7 +61,7 @@ jobs:
shell: bash
working-directory: nodejs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
@@ -90,7 +90,7 @@ jobs:
shell: bash
working-directory: nodejs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true