Skip to content

Commit

Permalink
chore(deps): update cloudflare/wrangler-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent eb6b756 commit 84f0b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fork-api-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache-dependency-path: "fork-api/pnpm-lock.yaml"
- run: pnpm install
- name: Publish
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3.13.0
with:
workingDirectory: fork-api
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vnet-api-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache-dependency-path: "vnet-api/pnpm-lock.yaml"
- run: pnpm install
- name: Publish
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3.13.0
with:
workingDirectory: vnet-api
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand Down

0 comments on commit 84f0b22

Please sign in to comment.