diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index d529c70..2790b19 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -110,7 +110,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Update repo description - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 if: github.repository == 'rndmh3ro/docker-ansible' && github.ref == 'refs/heads/master' with: username: ${{ secrets.DOCKERHUB_USERNAME }}