diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c08ad79..ab4b815 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -75,7 +75,7 @@ jobs: - name: "Update Docker Hub description" if: env.RELEASE_VERSION != '' - uses: peter-evans/dockerhub-description@v2.2.0 + uses: peter-evans/dockerhub-description@v3.1.1 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}