From 9170d13b5f0654362f08b62debf2da049257adf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:29:34 +0000 Subject: [PATCH] Update peter-evans/dockerhub-description action to v4 --- .github/workflows/hub-description.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hub-description.yaml b/.github/workflows/hub-description.yaml index 142a616..5dd8f12 100644 --- a/.github/workflows/hub-description.yaml +++ b/.github/workflows/hub-description.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: username: tobix password: ${{ secrets.DOCKERHUB_TOKEN }}