Skip to content

Commit e08bcd9

Browse files
chore(deps): update cloudflare/wrangler-action action to v3.15
1 parent f5ae303 commit e08bcd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wrangler-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Deploy
16-
uses: cloudflare/wrangler-action@v3.14.1
16+
uses: cloudflare/wrangler-action@v3.15
1717
with:
1818
apiToken: ${{ secrets.CF_API_TOKEN }}
1919
workingDirectory: 'workers.dev/magic'
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v6
2727
- name: Deploy
28-
uses: cloudflare/wrangler-action@v3.14.1
28+
uses: cloudflare/wrangler-action@v3.15
2929
with:
3030
apiToken: ${{ secrets.CF_API_TOKEN }}
3131
workingDirectory: 'workers.dev/preston'

0 commit comments

Comments
 (0)