From fc726bfe4edbcbfdf7f0b23ee0a79d8feaee142e Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Wed, 4 Oct 2023 17:31:05 -0700 Subject: [PATCH] Switch from v3 to v5 of the auto-pr creator (#53) --- .github/workflows/upstream-refresh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream-refresh.yaml b/.github/workflows/upstream-refresh.yaml index 8966350..edbce14 100644 --- a/.github/workflows/upstream-refresh.yaml +++ b/.github/workflows/upstream-refresh.yaml @@ -80,7 +80,7 @@ jobs: # Remove the release tar.gz rm $RELEASE_TAG - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v5 with: commit-message: Upgrade ensmallen to ${{ steps.ensmallen-lib.outputs.release_tag }} title: Upgrade ensmallen to ${{ steps.ensmallen-lib.outputs.release_tag }}