Skip to content

Commit cdeee87

Browse files
chore(deps): update cloudflare/wrangler-action action to v3.13.1 (#2918)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Max Base <[email protected]>
1 parent f81efeb commit cdeee87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wrangler-action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Deploy
16-
uses: cloudflare/[email protected].0
16+
uses: cloudflare/[email protected].1
1717
with:
1818
apiToken: ${{ secrets.CF_API_TOKEN }}
1919
workingDirectory: 'workers.dev/magic'
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Deploy
28-
uses: cloudflare/[email protected].0
28+
uses: cloudflare/[email protected].1
2929
with:
3030
apiToken: ${{ secrets.CF_API_TOKEN }}
3131
workingDirectory: 'workers.dev/preston'

0 commit comments

Comments
 (0)