diff --git a/.github/workflows/FixPR.yml b/.github/workflows/FixPR.yml index 91af3e03e20..a38a76a4432 100644 --- a/.github/workflows/FixPR.yml +++ b/.github/workflows/FixPR.yml @@ -72,7 +72,7 @@ jobs: ## * using the 'stable' toolchain is necessary to avoid "unexpected '--filter-platform'" errors cargo +stable tree --locked --no-dedupe -e=no-dev --prefix=none --features ${{ matrix.job.features }} | grep -vE "$PWD" | sort --unique - name: Commit any changes (to '${{ env.BRANCH_TARGET }}') - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: new_branch: ${{ env.BRANCH_TARGET }} default_author: github_actions