Skip to content

Commit

Permalink
Bump cloudflare/wrangler-action from 3.12.1 to 3.13.0 (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 5a07ea9 commit 928e794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: script/bootstrap

- name: Build ${{ matrix.environment }} worker
uses: cloudflare/wrangler-action@v3.12.1
uses: cloudflare/wrangler-action@v3.13.0
with:
workingDirectory: "worker"
packageManager: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "environment=${environment}" >> "$GITHUB_OUTPUT"
- name: Publish ${{ steps.environment.outputs.environment }} worker
uses: cloudflare/wrangler-action@v3.12.1
uses: cloudflare/wrangler-action@v3.13.0
with:
apiToken: ${{ secrets.CF_WORKER_API_TOKEN }}
workingDirectory: "worker"
Expand Down

0 comments on commit 928e794

Please sign in to comment.