diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index ed12c79..c5115a5 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -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