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

@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out main
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
persist-credentials: false