From 6595e57fafea47654181d5e790498c961e0c302c Mon Sep 17 00:00:00 2001 From: Tyler Jang Date: Mon, 4 Mar 2024 10:45:07 -0800 Subject: [PATCH] fix upgrade action --- upgrade/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upgrade/action.yaml b/upgrade/action.yaml index b7efea7d..2db4f3ca 100644 --- a/upgrade/action.yaml +++ b/upgrade/action.yaml @@ -64,7 +64,7 @@ runs: shell: bash run: | # Locate trunk - ${{ github.action_path }}/../locate_trunk.sh + ${{ github.action_path }}/../setup/locate_trunk.sh env: INPUT_TRUNK_PATH: ${{ inputs.trunk-path }} @@ -110,7 +110,7 @@ runs: ${{ github.action_path }}/../cleanup.sh - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: ${{ inputs.prefix }}${{ env.PR_TITLE }} body: ${{ env.PR_DESCRIPTION }}