Skip to content

Commit

Permalink
Bump cloudflare/wrangler-action from 3.13.0 to 3.13.1 (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 937c467 commit 84614ee
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/[email protected].0
uses: cloudflare/[email protected].1
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/[email protected].0
uses: cloudflare/[email protected].1
with:
wranglerVersion: ${{ steps.wrangler.outputs.version }}
command: deploy --dry-run --env=${{ matrix.environment }}
Expand Down

0 comments on commit 84614ee

Please sign in to comment.