Skip to content

Commit

Permalink
Merge pull request #1384 from CodeCrowCorp/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…cloudflare/wrangler-action-3.13.0

Build(deps): Bump cloudflare/wrangler-action from 3.12.1 to 3.13.0
  • Loading branch information
mergify[bot] authored Dec 2, 2024
2 parents 7365ba1 + d773cf9 commit f871355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
PUBLIC_ENV: ${{ secrets.PUBLIC_ENV }}

- name: Publish
uses: cloudflare/wrangler-action@v3.12.1
uses: cloudflare/wrangler-action@v3.13.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
PUBLIC_ENV: ${{ secrets.PUBLIC_ENV }}

- name: Publish
uses: cloudflare/wrangler-action@v3.12.1
uses: cloudflare/wrangler-action@v3.13.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down

0 comments on commit f871355

Please sign in to comment.