File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 # always run in pull request, or repository_dispatch
1414 if : github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'repository_dispatch'
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-node@v4
16+ - uses : actions/checkout@v5
17+ - uses : actions/setup-node@v5
1818 with :
1919 node-version : ${{ env.NODE_VERSION }}
2020 cache : " npm"
3030 # only run if in main
3131 if : github.ref == 'refs/heads/main' && (github.event_name == 'repository_dispatch' || github.event_name == 'push')
3232 steps :
33- - uses : actions/checkout@v4
34- - uses : actions/setup-node@v4
33+ - uses : actions/checkout@v5
34+ - uses : actions/setup-node@v5
3535 with :
3636 node-version : ${{ env.NODE_VERSION }}
3737 cache : " npm"
You can’t perform that action at this time.
0 commit comments