File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v5
26
- - uses : actions/setup-node@v4
26
+ - uses : actions/setup-node@v5
27
27
with :
28
28
node-version : ' 18'
29
29
cache : " npm" # this only caches global dependencies
51
51
gatsby-build-github-queries-${{ steps.date.outputs.month }}-${{ steps.date.outputs.day }}
52
52
gatsby-build-github-queries-
53
53
54
- - uses : actions/setup-node@v4
54
+ - uses : actions/setup-node@v5
55
55
with :
56
56
node-version : ' 18'
57
57
cache : " npm" # this only caches global dependencies
Original file line number Diff line number Diff line change 26
26
if : github.event.workflow_run.event == 'schedule' && github.event.workflow_run.conclusion == 'success'
27
27
steps :
28
28
- uses : actions/checkout@v5
29
- - uses : actions/setup-node@v4
29
+ - uses : actions/setup-node@v5
30
30
with :
31
31
node-version : ' 18'
32
32
cache : " npm" # this only caches global dependencies
You can’t perform that action at this time.
0 commit comments