Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/all-deer-ask.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'github-actions-cloudflare-pages': patch
---

chore(deps): bump wrangler from 4.13.2 to 4.34.0
4 changes: 2 additions & 2 deletions __tests__/common/cloudflare/deployment/create.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe(createCloudflareDeployment, () => {
).rejects.toThrowErrorMatchingInlineSnapshot(`[Error: Oh no!]`)

expect(execAsync).toHaveBeenCalledWith(
`npx wrangler@^4.13.2 pages deploy mock-directory --project-name=mock-cloudflare-project-name --branch=mock-github-head-ref --commit-dirty=true --commit-hash=mock-github-sha`,
`npx wrangler@^4.34.0 pages deploy mock-directory --project-name=mock-cloudflare-project-name --branch=mock-github-head-ref --commit-dirty=true --commit-hash=mock-github-sha`,
{
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
env: expect.objectContaining({
Expand Down Expand Up @@ -143,7 +143,7 @@ describe(createCloudflareDeployment, () => {
// vi.advanceTimersByTime(2000)

expect(execAsync).toHaveBeenCalledWith(
`npx wrangler@^4.13.2 pages deploy mock-directory --project-name=mock-cloudflare-project-name --branch=mock-github-head-ref --commit-dirty=true --commit-hash=mock-github-sha`,
`npx wrangler@^4.34.0 pages deploy mock-directory --project-name=mock-cloudflare-project-name --branch=mock-github-head-ref --commit-dirty=true --commit-hash=mock-github-sha`,
{
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
env: expect.objectContaining({
Expand Down
4 changes: 2 additions & 2 deletions __tests__/common/inputs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('common', () => {
cloudflareApiToken: 'mock-cloudflare-api-token',
gitHubApiToken: 'mock-github-token',
gitHubEnvironment: undefined,
wranglerVersion: '^4.13.2'
wranglerVersion: '^4.34.0'
})
})

Expand All @@ -84,7 +84,7 @@ describe('common', () => {

expect(useCommonInputs()).toStrictEqual(
expect.objectContaining({
wranglerVersion: '^4.13.2'
wranglerVersion: '^4.34.0'
})
)
})
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inputs:
description: 'Directory to run wrangler cli from'
required: false
wrangler-version:
description: 'Wrangler version to use. Otherwise a default version of ^4.13.2 will be used.'
description: 'Wrangler version to use. Otherwise a default version of ^4.34.0 will be used.'
required: false

outputs:
Expand Down
2 changes: 1 addition & 1 deletion dist/delete/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading