diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 370c386..516515f 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -32,7 +32,7 @@ jobs: - name: create PR if: ${{ steps.update.outputs.changes != '' && github.event_name != 'pull_request'}} id: create-pr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: updated dvc to ${{ steps.latest.outputs.version }} title: dvc ${{ steps.latest.outputs.version }}