diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 455b6ca..4982c40 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -60,7 +60,7 @@ jobs: - name: "Update Docker Hub description" if: env.RELEASE_VERSION != '' - uses: peter-evans/dockerhub-description@v2.3.0 + uses: peter-evans/dockerhub-description@v3.0.0 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}