diff --git a/.github/workflows/check_rawgraphs.yml b/.github/workflows/check_rawgraphs.yml index 502b872..e14e4dd 100644 --- a/.github/workflows/check_rawgraphs.yml +++ b/.github/workflows/check_rawgraphs.yml @@ -27,7 +27,7 @@ jobs: find: ${{ steps.rawgraphs-version.outputs.current_tag }} replace: ${{ steps.rawgraphs-version.outputs.release_tag }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: commit-message: Update rawgraphs-version to ${{ steps.rawgraphs-version.outputs.release_tag }} title: Update rawgraphs-version to ${{ steps.rawgraphs-version.outputs.release_tag }}