Skip to content

Commit

Permalink
Merge pull request #741 from CodeCrowCorp/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…loudflare/wrangler-action-3.2.0

Chore(deps): Bump cloudflare/wrangler-action from 3.1.1 to 3.2.0
  • Loading branch information
mergify[bot] authored Oct 9, 2023
2 parents 7b12743 + 8c4cf2b commit 8e4d6fb
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.1.1
uses: cloudflare/wrangler-action@v3.2.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.1.1
uses: cloudflare/wrangler-action@v3.2.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down

0 comments on commit 8e4d6fb

Please sign in to comment.