diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index fc669892fa..09e4b8e90b 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v5 - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}