From a7db9892d916980274b01e28a8ce5af10c45ab77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:53:20 +0000 Subject: [PATCH] chore(deps): bump docker/docs/.github/workflows/validate-upstream.yml Bumps the actions group with 1 update in the / directory: [docker/docs/.github/workflows/validate-upstream.yml](https://github.com/docker/docs). Updates `docker/docs/.github/workflows/validate-upstream.yml` from 920ee0bb1e638c6a39d7c2a1075fa2b1d8f451a7 to bbf8dfd2f0205fd5c754eedceac8f8b69aa91f81 - [Commits](https://github.com/docker/docs/compare/920ee0bb1e638c6a39d7c2a1075fa2b1d8f451a7...bbf8dfd2f0205fd5c754eedceac8f8b69aa91f81) --- updated-dependencies: - dependency-name: docker/docs/.github/workflows/validate-upstream.yml dependency-version: bbf8dfd2f0205fd5c754eedceac8f8b69aa91f81 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 84efa73d18..73b952a69f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -177,6 +177,6 @@ jobs: # this commit and runs htmltest on the output. A no-op until docker/docs # imports github.com/docker/docker-agent (issue #3371, Phase 2.1). upstream: - uses: docker/docs/.github/workflows/validate-upstream.yml@920ee0bb1e638c6a39d7c2a1075fa2b1d8f451a7 # main + uses: docker/docs/.github/workflows/validate-upstream.yml@bbf8dfd2f0205fd5c754eedceac8f8b69aa91f81 # main with: module-name: docker/docker-agent