From 44246730019ea49d942aafd71d5776f31e2c6146 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 13:24:45 +0100 Subject: [PATCH] chore(deps): update peter-evans/dockerhub-description action to v4 (#132) 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 1d91acd..61d5f97 100644 --- a/.github/workflows/image-docs-publish.yaml +++ b/.github/workflows/image-docs-publish.yaml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Update Docker Hub Description" - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}