From 098d35030c96263b3327e99ac6256bbb15c18d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 16:34:17 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action digest to e961da7 --- .github/workflows/backup.yml | 2 +- .github/workflows/build_emby_metadata_downloader.yml | 2 +- .github/workflows/embyserver_latest_version.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index 9ca621285..71b4ba59d 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -30,7 +30,7 @@ jobs: mv ./xiaoyahelper/aliyun_clear.sh.backup ./xiaoyahelper/aliyun_clear.sh fi - - uses: stefanzweifel/git-auto-commit-action@ac8823709a85c7ce090849ac3e5fe24d006f6e18 + - uses: stefanzweifel/git-auto-commit-action@e961da7576511032beb0d75de8af56bbce1121b9 with: commit_message: 'chore: backup xiaoyahelper' branch: master diff --git a/.github/workflows/build_emby_metadata_downloader.yml b/.github/workflows/build_emby_metadata_downloader.yml index 54e2a5ad1..7a98418ba 100644 --- a/.github/workflows/build_emby_metadata_downloader.yml +++ b/.github/workflows/build_emby_metadata_downloader.yml @@ -127,7 +127,7 @@ jobs: mv ./solid-windows-amd64/solid.exe ./emby_metadata_downloader/solid-windows-amd64.exe - - uses: stefanzweifel/git-auto-commit-action@ac8823709a85c7ce090849ac3e5fe24d006f6e18 + uses: stefanzweifel/git-auto-commit-action@e961da7576511032beb0d75de8af56bbce1121b9 with: commit_message: 'chore: update solid windows exe' branch: master diff --git a/.github/workflows/embyserver_latest_version.yml b/.github/workflows/embyserver_latest_version.yml index 212171b03..d1f02774d 100644 --- a/.github/workflows/embyserver_latest_version.yml +++ b/.github/workflows/embyserver_latest_version.yml @@ -33,7 +33,7 @@ jobs: sed -i "1,40s|emby_embyserver_latest_version=.*|emby_embyserver_latest_version=${LATEST_VERSION}|" all_in_one.sh - - uses: stefanzweifel/git-auto-commit-action@ac8823709a85c7ce090849ac3e5fe24d006f6e18 + uses: stefanzweifel/git-auto-commit-action@e961da7576511032beb0d75de8af56bbce1121b9 with: commit_message: 'chore: update amilys embyserver latest version' branch: master