From 68d4dc4dd69ea29668d9c3ec5427c6eb0e1ee1fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 09:21:18 +0000 Subject: [PATCH] chore(deps): update peter-evans/dockerhub-description action to v5 (#233) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/image-docs-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-docs-publish.yaml b/.github/workflows/image-docs-publish.yaml index 27ba57a..b324234 100644 --- a/.github/workflows/image-docs-publish.yaml +++ b/.github/workflows/image-docs-publish.yaml @@ -47,7 +47,7 @@ jobs: with: persist-credentials: false - name: "Update Docker Hub Description" - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}