From 4970a634847303a1dc6dc9d99ce05fde2f52a9a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:36:59 +0000 Subject: [PATCH] chore(deps): update peter-evans/dockerhub-description action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 672bf33..587aaa7 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -106,7 +106,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Update repo description - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 if: github.repository == 'rndmh3ro/docker-ansible' && github.ref == 'refs/heads/master' with: username: ${{ secrets.DOCKERHUB_USERNAME }}