chore(deps): update actions/checkout action to v4
This commit is contained in:
committed by
Braden MacDonald
parent
f159b2b31c
commit
0933bae314
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
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@v3
|
||||
|
||||
Reference in New Issue
Block a user