Skip to content

Commit

Permalink
chore(deps): update cloudflare/wrangler-action action to v3 (#416)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 461b6e7 commit 6a2a261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Test worker build
uses: cloudflare/wrangler-action@4c10c1822abba527d820b29e6333e7f5dac2cabd # tag=2.0.0
uses: cloudflare/wrangler-action@5a6b8d26847f6ab196fd2441fc52dc87b72c1b99 # v3.2.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Publish to Worker
uses: cloudflare/wrangler-action@4c10c1822abba527d820b29e6333e7f5dac2cabd # tag=2.0.0
uses: cloudflare/wrangler-action@5a6b8d26847f6ab196fd2441fc52dc87b72c1b99 # v3.2.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit 6a2a261

Please sign in to comment.