From cb1bba873b8cd9f4809f89ebfb0751cf25a7873e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:32:38 +0000 Subject: [PATCH] build(deps): bump peter-evans/dockerhub-description Bumps the all-dependencies group with 1 update: [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description). Updates `peter-evans/dockerhub-description` from 4 to 5 - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](https://github.com/peter-evans/dockerhub-description/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/dockerhub-description dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index c26fba9..2421f3b 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -275,7 +275,7 @@ jobs: path: . - name: dockerhub - readme - sync - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 with: username: ${{ secrets.ES_DOCKERHUB_USERNAME }} password: ${{ secrets.ES_DOCKERHUB_PAT }}