ci: checkout and commit new deps

This commit is contained in:
fa-sharp
2026-02-20 02:28:00 -05:00
parent 2f9dccdf4f
commit 634b677947

View File

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