Skip to content

Commit 7fa34c5

Browse files
Merge branch 'Current' of ssh://github.com/CodeEditorLand/Echo into Current
2 parents e6017d3 + 4f85906 commit 7fa34c5

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update: Sat Apr 18 01:20:50 UTC 2026
1+
Update: Mon Apr 20 01:45:18 UTC 2026

.github/workflows/Dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.actor == 'dependabot[bot]' }}
2121

2222
steps:
23-
- uses: dependabot/fetch-metadata@v3.0.0
23+
- uses: dependabot/fetch-metadata@v3.1.0
2424
with:
2525
github-token: "${{ secrets.GITHUB_TOKEN }}"
2626

@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ github.actor == 'dependabot[bot]' }}
3636

3737
steps:
38-
- uses: dependabot/fetch-metadata@v3.0.0
38+
- uses: dependabot/fetch-metadata@v3.1.0
3939
with:
4040
github-token: "${{ secrets.GITHUB_TOKEN }}"
4141

.github/workflows/NPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v6.0.2
6161

62-
- uses: actions/setup-node@v6.3.0
62+
- uses: actions/setup-node@v6.4.0
6363
with:
6464
node-version: "24"
6565

.github/workflows/Node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--unsafe-perm=true
7777
]
7878
79-
- uses: actions/setup-node@v6.3.0
79+
- uses: actions/setup-node@v6.4.0
8080
with:
8181
node-version: ${{ matrix.node-version }}
8282
cache: "pnpm"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@codeeditorland/common": "0.0.6"
2929
},
3030
"devDependencies": {
31-
"@cloudflare/workers-types": "4.20260417.1",
31+
"@cloudflare/workers-types": "4.20260420.1",
3232
"@playform/build": "0.3.1",
3333
"@types/dotenv": "8.2.3",
3434
"miniflare": "4.20260415.0",

0 commit comments

Comments
 (0)