Skip to content

Commit

Permalink
chore(deps): update cloudflare/wrangler-action action to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent 8fbd0cb commit 7fe6fe7
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@5a6b8d26847f6ab196fd2441fc52dc87b72c1b99 # v3.2.0
uses: cloudflare/wrangler-action@4b3eae832ab5113c67958be31ca062ad46c593b6 # v3.3.1
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@5a6b8d26847f6ab196fd2441fc52dc87b72c1b99 # v3.2.0
uses: cloudflare/wrangler-action@4b3eae832ab5113c67958be31ca062ad46c593b6 # v3.3.1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit 7fe6fe7

Please sign in to comment.