Skip to content

Commit

Permalink
chore(deps): update cloudflare/wrangler-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2023
1 parent 0955c8a commit ad7dcdc
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@80501a7b4d229a89df2bf50ac1bc99bc0f305ae9 # v3.0.2
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@80501a7b4d229a89df2bf50ac1bc99bc0f305ae9 # v3.0.2
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit ad7dcdc

Please sign in to comment.