Skip to content

Commit b574293

Browse files
committed
Update action versions
1 parent cad18ed commit b574293

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-tar.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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=//)
@@ -39,7 +39,7 @@ jobs:
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

0 commit comments

Comments
 (0)