diff --git a/.github/workflows/push-readme.yml b/.github/workflows/push-readme.yml index 664c4a0..9944484 100644 --- a/.github/workflows/push-readme.yml +++ b/.github/workflows/push-readme.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Update Docker Hub description - uses: peter-evans/dockerhub-description@v4.0.0 + uses: peter-evans/dockerhub-description@v4.0.2 env: DOCKERHUB_USERNAME: barcus DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASS }}