Skip to content

Commit bf44fa3

Browse files
chore(deps): update cloudflare/wrangler-action action to v4
1 parent 97f5425 commit bf44fa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
- name: Deploy to Cloudflare Workers (Staging)
5151
id: deploy_staging
5252
if: github.event_name == 'pull_request'
53-
uses: cloudflare/wrangler-action@v3
53+
uses: cloudflare/wrangler-action@v4
5454
with:
5555
apiToken: ${{ secrets.CLOUDFLARE_DEPLOY_TOKEN }}
5656
command: deploy --env staging
5757
workingDirectory: unraid-ui
5858

5959
- name: Deploy to Cloudflare Workers (Production)
6060
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
61-
uses: cloudflare/wrangler-action@v3
61+
uses: cloudflare/wrangler-action@v4
6262
with:
6363
apiToken: ${{ secrets.CLOUDFLARE_DEPLOY_TOKEN }}
6464
command: deploy

0 commit comments

Comments
 (0)