diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6075683..7c8766b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -32,7 +32,7 @@ jobs: path: version.txt - name: "Update Docker Hub description" - uses: peter-evans/dockerhub-description@v3.0.0 + uses: peter-evans/dockerhub-description@v3.1.2 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}