File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 permissions :
2424 contents : write
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 with :
2828 path : ${{ env.CHECKOUT_DIR }}
2929
3030 - name : Set up node
31- uses : actions/setup-node@v4
31+ uses : actions/setup-node@v6
3232 with :
33- node-version : " latest "
33+ node-version : ' lts/* '
3434
3535 - name : fetch Prism and deps
3636 run : npm install $(grep -m1 prism-cli scripts/mock | awk '{print $3}' | sed s/--package=//)
3939# The spec is under a BSD license see https://github.com/cloudflare/api-schemas
4040# upstream fetches this at test time in scripts/mock
4141 - name : fetch cloudflare api spec
42- run : wget $(yq -e '.openapi_spec_url' .stats.yml) -O cloudflare-spec.yml
42+ run : wget $(yq -r '.openapi_spec_url' .stats.yml) -O cloudflare-spec.yml
4343 working-directory : ${{ env.CHECKOUT_DIR }}
4444
4545 - name : Create Archive
You can’t perform that action at this time.
0 commit comments