File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - uses : actions/checkout@v4
2020 with :
2121 repository : Automattic/docs-agent
22- ref : 21dbeeddea7ae29efa68bb1c0590a00bbed93f3d
22+ ref : 972ceb8a9ebcfafa1f88edc4fba173065415698a
2323 path : .producer/docs-agent
2424 - uses : actions/checkout@v4
2525 with :
2626 repository : Automattic/wp-codebox
27- ref : 65cc5fb4699cb7c2df13d04b4715c97097ac7565
27+ ref : 6457dcae4cb8cf8e76cd174377de8cbee3ee12cb
2828 path : .producer/wp-codebox
2929 - uses : pnpm/action-setup@v4
3030 with :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ concurrency:
2727jobs :
2828 developer-docs-agent :
2929 name : Maintain Developer Docs
30- uses : Automattic/docs-agent/.github/workflows/maintain-docs.yml@21dbeeddea7ae29efa68bb1c0590a00bbed93f3d
30+ uses : Automattic/docs-agent/.github/workflows/maintain-docs.yml@972ceb8a9ebcfafa1f88edc4fba173065415698a
3131 with :
3232 audience : technical
3333 run_kind : ${{ github.event.inputs.run_kind || 'maintenance' }}
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import { readFile } from "node:fs/promises"
44import { resolve } from "node:path"
55
66const root = resolve ( new URL ( ".." , import . meta. url ) . pathname )
7- const docsAgentRevision = "21dbeeddea7ae29efa68bb1c0590a00bbed93f3d "
7+ const docsAgentRevision = "972ceb8a9ebcfafa1f88edc4fba173065415698a "
88const docsAgentPackageRevision = "85443eb91c12b2759d8e207f1ae4421407b4cc5e"
9- const wpCodeboxProducerRevision = "65cc5fb4699cb7c2df13d04b4715c97097ac7565 "
10- const wpCodeboxWorkflowRef = "v0.12.27 "
9+ const wpCodeboxProducerRevision = "6457dcae4cb8cf8e76cd174377de8cbee3ee12cb "
10+ const wpCodeboxWorkflowRef = "v0.12.28 "
1111const docsAgentDir = process . env . DOCS_AGENT_DIR
1212const wpCodeboxDir = process . env . WP_CODEBOX_DIR
1313
You can’t perform that action at this time.
0 commit comments