chore(deps): update actions/checkout action to v4

This commit is contained in:
renovate[bot]
2023-12-11 20:28:59 +00:00
committed by GitHub
parent 8b195f1531
commit e2eb4a6eae

View File

@@ -14,7 +14,7 @@ jobs:
- lint
- test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- uses: actions/setup-node@v4