From 7ea10080bc229b951b2aea7f9dde422a3c045dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 07:12:01 +0000 Subject: [PATCH] Bump peter-evans/dockerhub-description from 3.4.2 to 5.0.0 Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 3.4.2 to 5.0.0. - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](https://github.com/peter-evans/dockerhub-description/compare/v3.4.2...v5.0.0) --- updated-dependencies: - dependency-name: peter-evans/dockerhub-description dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 99b5ba9..17dc561 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout sources uses: actions/checkout@main - name: Push DockerHub Description - uses: peter-evans/dockerhub-description@v3.4.2 + uses: peter-evans/dockerhub-description@v5.0.0 with: username: wiremockio password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}