diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 99d05bb..3847c6a 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.1.0 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}