Skip to content

Commit

Permalink
Bump cloudflare/wrangler-action from 3.7.0 to 3.8.0 (#597)
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 7, 2024
1 parent 85f1a28 commit bc463a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.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.7.0
uses: cloudflare/wrangler-action@v3.8.0
with:
apiToken: ${{ secrets.CF_WORKER_API_TOKEN }}
wranglerVersion: ${{ steps.wrangler.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: yarn install

- name: Build ${{ matrix.environment }} worker
uses: cloudflare/wrangler-action@v3.7.0
uses: cloudflare/wrangler-action@v3.8.0
with:
wranglerVersion: ${{ steps.wrangler.outputs.version }}
command: deploy --dry-run --env=${{ matrix.environment }}
Expand Down

0 comments on commit bc463a8

Please sign in to comment.