diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc9a04a..e6b8471 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: - self-hosted steps: - uses: actions/checkout@v2.3.4 - - uses: peter-evans/dockerhub-description@v2.4.2 + - uses: peter-evans/dockerhub-description@v4.0.2 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}