diff --git a/scripts/ci/smoke-claude-workflow.test.ts b/scripts/ci/smoke-claude-workflow.test.ts index 5a551d7cf..73d6bc32f 100644 --- a/scripts/ci/smoke-claude-workflow.test.ts +++ b/scripts/ci/smoke-claude-workflow.test.ts @@ -47,9 +47,8 @@ describe('smoke claude workflow optimization config', () => { expect(lock).toContain('Report turn usage'); expect(lock).toContain('target: 1, hard cap: 2'); expect(lock).toContain( - 'github/gh-aw-actions/setup@v0.77.5' + 'github/gh-aw-actions/setup@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1' ); - expect(lock).not.toContain('github/gh-aw-actions/setup@v0.76.1'); expect(lock).not.toContain('mcp__playwright__browser_navigate'); expect(lock).not.toContain('playwright_prompt.md'); expect(lock).not.toContain('mcr.microsoft.com/playwright/mcp');