diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index 51a333429..883bb7715 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - 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 }}