From adedf96c27e63d9737083ad66353cc4231d99241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 17:33:04 +0000 Subject: [PATCH] Bump EndBug/add-and-commit Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from db73408897f13b2878d08ac8b3f8e51cd492c8f2 to b66b3d957b9853122a0a71f4e5d5f5fa3f940e9a. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/db73408897f13b2878d08ac8b3f8e51cd492c8f2...b66b3d957b9853122a0a71f4e5d5f5fa3f940e9a) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 912481d..8682f6a 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@b66b3d957b9853122a0a71f4e5d5f5fa3f940e9a with: default_author: github_actions message: 'Update the runtime dependencies report'