Skip to content

Commit

Permalink
Bump cloudflare/wrangler-action from 3.8.0 to 3.9.0 (#902)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 66a1486 commit 2dab981
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.8.0
uses: cloudflare/wrangler-action@v3.9.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.8.0
uses: cloudflare/wrangler-action@v3.9.0
with:
apiToken: ${{ secrets.CF_WORKER_API_TOKEN }}
workingDirectory: "worker"
Expand Down

0 comments on commit 2dab981

Please sign in to comment.