diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 15bc60a09..9f18d6266 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -24,7 +24,7 @@ jobs: - name: Update Docker Hub description if: github.event_name == 'push' - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}