diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index abeb10a..d9ec1ea 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -64,7 +64,7 @@ jobs: ${{ env.DOCKER_IMAGE }}:${{ github.sha }} - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}