diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 99d05bb..927afd2 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -58,7 +58,7 @@ jobs: - name: "Update Docker Hub description" if: env.RELEASE_VERSION != '' - uses: peter-evans/dockerhub-description@v2.4.3 + uses: peter-evans/dockerhub-description@v3.3.0 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}