chore(deps): Bump actions/checkout from 4 to 6 #3
Annotations
17 errors and 2 warnings
|
test (18)
Process completed with exit code 1.
|
|
test/cli.test.ts > CLI > summary line shows block count and file count:
test/cli.test.ts#L64
AssertionError: expected '' to match /\d+ blocks found/
- Expected:
/\d+ blocks found/
+ Received:
""
❯ test/cli.test.ts:64:20
|
|
test/cli.test.ts > CLI > upgrade --dry-run does not modify files:
test/cli.test.ts#L58
AssertionError: expected '' to contain '[dry-run]'
- Expected
+ Received
- [dry-run]
❯ test/cli.test.ts:58:20
|
|
test/cli.test.ts > CLI > check --verbose shows per-shape details:
test/cli.test.ts#L52
AssertionError: expected '' to contain 'application-component'
- Expected
+ Received
- application-component
❯ test/cli.test.ts:52:20
|
|
test/cli.test.ts > CLI > check command exits 1 for stale files:
test/cli.test.ts#L47
AssertionError: expected '' to contain 'stale'
- Expected
+ Received
- stale
❯ test/cli.test.ts:47:20
|
|
test/cli.test.ts > CLI > check command exits 0 for up-to-date files:
test/cli.test.ts#L41
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/cli.test.ts:41:22
|
|
test/cli.test.ts > CLI > version command shows version and shape count:
test/cli.test.ts#L32
AssertionError: expected '' to match /v\d+\.\d+\.\d+/
- Expected:
/v\d+\.\d+\.\d+/
+ Received:
""
❯ test/cli.test.ts:32:20
|
|
test/cli.test.ts > CLI > shows help:
test/cli.test.ts#L24
AssertionError: expected '' to contain 'architecture-blocks'
- Expected
+ Received
- architecture-blocks
❯ test/cli.test.ts:24:20
|
|
test (20)
The strategy configuration was canceled because "test._18" failed
|
|
test (20)
Process completed with exit code 1.
|
|
test/cli.test.ts > CLI > summary line shows block count and file count:
test/cli.test.ts#L64
AssertionError: expected '' to match /\d+ blocks found/
- Expected:
/\d+ blocks found/
+ Received:
""
❯ test/cli.test.ts:64:20
|
|
test/cli.test.ts > CLI > upgrade --dry-run does not modify files:
test/cli.test.ts#L58
AssertionError: expected '' to contain '[dry-run]'
- Expected
+ Received
- [dry-run]
❯ test/cli.test.ts:58:20
|
|
test/cli.test.ts > CLI > check --verbose shows per-shape details:
test/cli.test.ts#L52
AssertionError: expected '' to contain 'application-component'
- Expected
+ Received
- application-component
❯ test/cli.test.ts:52:20
|
|
test/cli.test.ts > CLI > check command exits 1 for stale files:
test/cli.test.ts#L47
AssertionError: expected '' to contain 'stale'
- Expected
+ Received
- stale
❯ test/cli.test.ts:47:20
|
|
test/cli.test.ts > CLI > check command exits 0 for up-to-date files:
test/cli.test.ts#L41
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/cli.test.ts:41:22
|
|
test/cli.test.ts > CLI > version command shows version and shape count:
test/cli.test.ts#L32
AssertionError: expected '' to match /v\d+\.\d+\.\d+/
- Expected:
/v\d+\.\d+\.\d+/
+ Received:
""
❯ test/cli.test.ts:32:20
|
|
test/cli.test.ts > CLI > shows help:
test/cli.test.ts#L24
AssertionError: expected '' to contain 'architecture-blocks'
- Expected
+ Received
- architecture-blocks
❯ test/cli.test.ts:24:20
|
|
test (18)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|