We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce617e commit 5205575Copy full SHA for 5205575
1 file changed
.github/workflows/wrangler-action.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v6
15
- name: Deploy
16
- uses: cloudflare/wrangler-action@v3.15
+ uses: cloudflare/wrangler-action@v4.0
17
with:
18
apiToken: ${{ secrets.CF_API_TOKEN }}
19
workingDirectory: 'workers.dev/magic'
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
workingDirectory: 'workers.dev/preston'
0 commit comments