Skip to content

Commit

Permalink
Merge pull request #38 from ngshiheng/renovate/cloudflare-wrangler-ac…
Browse files Browse the repository at this point in the history
…tion-3.x

chore(deps): update cloudflare/wrangler-action action to v3
  • Loading branch information
ngshiheng committed Sep 5, 2023
2 parents b9bde16 + b96e0e1 commit 5d5c9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: npm run build --if-present
env:
CI: true
- uses: cloudflare/wrangler-action@2.0.0
- uses: cloudflare/wrangler-action@v3.1.1
name: Deploy to Cloudflare (Staging)
with:
apiToken: '${{ secrets.CF_API_TOKEN }}'
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- run: npm run build --if-present
env:
CI: true
- uses: cloudflare/wrangler-action@2.0.0
- uses: cloudflare/wrangler-action@v3.1.1
name: Deploy to Cloudflare (Production)
with:
apiToken: '${{ secrets.CF_API_TOKEN }}'
Expand Down

0 comments on commit 5d5c9f4

Please sign in to comment.