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

This commit is contained in:
Lei Xu
2024-04-05 16:28:56 -07:00
committed by Weston Pace
parent 334e423464
commit faa5912c3f
12 changed files with 27 additions and 27 deletions
+3 -3
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