diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44e1bd8..1301cb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - self-hosted steps: - uses: actions/checkout@v2 - - uses: peter-evans/dockerhub-description@v2 + - uses: peter-evans/dockerhub-description@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}