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

@@ -32,7 +32,7 @@ jobs:
shell: bash
working-directory: node
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
@@ -57,7 +57,7 @@ jobs:
shell: bash
working-directory: node
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
@@ -89,7 +89,7 @@ jobs:
shell: bash
working-directory: node
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
@@ -128,7 +128,7 @@ jobs:
# this one is for dynamodb
DYNAMODB_ENDPOINT: http://localhost:4566
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true