From b78fac19c0d733c5e47f9ca809ca2b9c02916ca5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 30 Oct 2020 20:12:18 -0400 Subject: [PATCH] Bumped create-pull-request github action to v3 (#457) --- .github/workflows/assign-ids.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-ids.yml b/.github/workflows/assign-ids.yml index 851b37b..a4a0582 100644 --- a/.github/workflows/assign-ids.yml +++ b/.github/workflows/assign-ids.yml @@ -33,7 +33,7 @@ jobs: run: rustsec-admin lint - name: Create pull request - uses: peter-evans/create-pull-request@v2 + uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ${{ steps.assign.outputs.commit_message }}