We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e168657 commit b357715Copy full SHA for b357715
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.14.1
+ uses: cloudflare/wrangler-action@v3.15.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