From 948b855c22ab5679ca3b6efe231d6936a77a668d Mon Sep 17 00:00:00 2001 From: jason wong Date: Mon, 12 Sep 2022 23:29:02 -0700 Subject: [PATCH] update create-pull-request package to v4.1.1 (#548) attempt to fix officer automation workflow by updating the create-pull-request package --- .github/workflows/update_officer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_officer.yaml b/.github/workflows/update_officer.yaml index 0d3d27804..dd6ec1fda 100644 --- a/.github/workflows/update_officer.yaml +++ b/.github/workflows/update_officer.yaml @@ -44,7 +44,7 @@ jobs: - name: Create Pull Request id: pull_request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4.1.1 with: commit-message: Updated officer data title: 'Add/Update officer ${{ steps.officer-name.outputs.result }}'