Skip to content

Commit 549a6a3

Browse files
authored
Merge remote-tracking branch 'origin/master' into renovate/deno-monorepo
Co-authored-by: pubkey <8926560+pubkey@users.noreply.github.com>
2 parents 433843f + d895e7c commit 549a6a3

511 files changed

Lines changed: 17742 additions & 4217 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
NPM_CONFIG_FETCH_RETRY_FACTOR: 2
1313
NPM_CONFIG_FETCH_RETRY_MINTIMEOUT: 5000
1414
NPM_CONFIG_FETCH_RETRY_MAXTIMEOUT: 20000
15-
NPM_CONFIG_PREFER_OFFLINE: true
1615

1716
permissions:
1817
contents: write
@@ -22,15 +21,15 @@ jobs:
2221
runs-on: ubuntu-22.04
2322

2423
steps:
25-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2625
with:
2726
# Always build docs from the source branch
2827
ref: master
2928
# Fetch full history so per-file "Last updated" timestamps are accurate
3029
fetch-depth: 0
3130

3231
- name: Setup Node.js environment
33-
uses: actions/setup-node@v6.4.0
32+
uses: actions/setup-node@v7.0.0
3433
with:
3534
node-version-file: '.nvmrc'
3635

.github/workflows/cloudflare-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
name: Deploy
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
with:
1616
ref: docs
1717
# - name: Deploy to Cloudflare Pages

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414
NPM_CONFIG_FETCH_RETRY_FACTOR: 2
1515
NPM_CONFIG_FETCH_RETRY_MINTIMEOUT: 5000
1616
NPM_CONFIG_FETCH_RETRY_MAXTIMEOUT: 20000
17-
NPM_CONFIG_PREFER_OFFLINE: true
1817

1918
jobs:
2019
copilot-setup-steps:
@@ -25,10 +24,10 @@ jobs:
2524

2625
steps:
2726
- name: Checkout code
28-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2928

3029
- name: Set up Node.js
31-
uses: actions/setup-node@v6
30+
uses: actions/setup-node@v7
3231
with:
3332
node-version-file: ".nvmrc"
3433

0 commit comments

Comments
 (0)