From 83104891cb09ea8f9800722d1d2217ac7a3526b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:08:26 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action digest to 573710f --- .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 71b4ba59d..f246aab24 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@e961da7576511032beb0d75de8af56bbce1121b9 + - uses: stefanzweifel/git-auto-commit-action@573710f3d0c14b43784ede49b68d484ca7f555dc 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 7a98418ba..d77c8bcf5 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@e961da7576511032beb0d75de8af56bbce1121b9 + uses: stefanzweifel/git-auto-commit-action@573710f3d0c14b43784ede49b68d484ca7f555dc 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 d1f02774d..4abf3400a 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@e961da7576511032beb0d75de8af56bbce1121b9 + uses: stefanzweifel/git-auto-commit-action@573710f3d0c14b43784ede49b68d484ca7f555dc with: commit_message: 'chore: update amilys embyserver latest version' branch: master