Update dependency-check.yml

This commit is contained in:
fa-sharp
2026-02-20 02:30:06 -05:00
parent 634b677947
commit 29dda132d8

View File

@@ -95,7 +95,7 @@ jobs:
echo ""
echo "Changes to template:"
git diff Cargo.toml.liquid
git checkout -b ${{ github.actor }}:deps/auto-upgrade-${{ github.run_number }}
git checkout -b deps/auto-upgrade-${{ github.run_number }}
git add Cargo.toml.liquid
git commit -m "chore: upgrade dependencies"
working-directory: ${{ github.workspace }}