From dbe37ddb8330a5c1aea9a7e4549e796bce8864c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:32:28 +0000 Subject: [PATCH] chore(deps): update peter-evans/dockerhub-description action to v4 --- .github/workflows/hub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index 4d80ecf..6372266 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}