diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 912481d..edb1740 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -57,7 +57,7 @@ jobs: ./gradlew PersianCalendar:dependencies --configuration releaseRuntimeClasspath | grep -e '--- ' > PersianCalendar/runtime-dependencies-report.txt - name: Add and commit the report - uses: EndBug/add-and-commit@db73408897f13b2878d08ac8b3f8e51cd492c8f2 + uses: EndBug/add-and-commit@a604fba70a846a0ea59e6040ef8a4a4f95015772 with: default_author: github_actions message: 'Update the runtime dependencies report'