diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 437cbca..5cd434a 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -33,7 +33,7 @@ jobs: if: github.event_name == 'push' steps: - uses: actions/checkout@v4 - - uses: peter-evans/dockerhub-description@v3 + - uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}