diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index acc327f..6a4256b 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -24,6 +24,6 @@ jobs: with: # To allow latest-changes to commit to master token: ${{ secrets.NGINX_RTMP_DOCKER_LATEST_CHANGES }} - - uses: tiangolo/latest-changes@0.3.2 + - uses: tiangolo/latest-changes@0.4.0 with: token: ${{ secrets.GITHUB_TOKEN }}