Skip to content

Commit

Permalink
chore: dependency version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Oct 13, 2024
1 parent f17290e commit e2c4a0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
mv ./xiaoyahelper/aliyun_clear.sh.backup ./xiaoyahelper/aliyun_clear.sh
fi
- uses: stefanzweifel/git-auto-commit-action@050015d40644de3e8d2365687c1fbc235352bcff
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'chore: backup xiaoyahelper'
branch: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_emby_metadata_downloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
mv ./solid-windows-amd64/solid.exe ./emby_metadata_downloader/solid-windows-amd64.exe
-
uses: stefanzweifel/git-auto-commit-action@050015d40644de3e8d2365687c1fbc235352bcff
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'chore: update solid windows exe'
branch: master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/embyserver_latest_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4

-
name: Get Version Amilys
Expand All @@ -33,9 +33,9 @@ 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@050015d40644de3e8d2365687c1fbc235352bcff
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'chore: update amilys embyserver latest version'
commit_message: 'chore: update embyserver latest version'
branch: master
file_pattern: 'all_in_one.sh'
env:
Expand Down

0 comments on commit e2c4a0f

Please sign in to comment.