Skip to content

Commit

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

Chore(deps): Bump cloudflare/wrangler-action from 3.0.0 to 3.0.2
  • Loading branch information
mergify[bot] authored Aug 14, 2023
2 parents acbbe9b + fb33c93 commit cd5ac84
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@3.0.0
uses: cloudflare/wrangler-action@v3.0.2
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@3.0.0
uses: cloudflare/wrangler-action@v3.0.2
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down

0 comments on commit cd5ac84

Please sign in to comment.