Skip to content

Commit 496b913

Browse files
Merge branch 'Current' into dependabot/github_actions/actions/setup-node-4.3.0
2 parents e80553b + f0b7ec4 commit 496b913

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Cloudflare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v4.2.2
5757

58-
- uses: cloudflare/wrangler-action@v3.14.0
58+
- uses: cloudflare/wrangler-action@v3.14.1
5959
with:
6060
apiToken: ${{ secrets.CF_API_TOKEN }}
6161
accountId: ${{ secrets.CF_ACCOUNT_ID }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"itty-router": "6.0.0"
2020
},
2121
"devDependencies": {
22-
"@cloudflare/workers-types": "4.20250313.0",
22+
"@cloudflare/workers-types": "4.20250317.0",
2323
"@playform/build": "0.2.1",
24-
"wrangler": "4.0.0"
24+
"wrangler": "4.1.0"
2525
},
2626
"publishConfig": {
2727
"access": "public",

0 commit comments

Comments
 (0)