diff --git a/.github/workflows/update-actions-runner.yml b/.github/workflows/update-actions-runner.yml index 54ded81..b6f24e1 100644 --- a/.github/workflows/update-actions-runner.yml +++ b/.github/workflows/update-actions-runner.yml @@ -35,7 +35,7 @@ jobs: git config --global user.email "${GITHUB_ACTOR_EMAIL}" - name: Create Pull Request if: ${{ steps.get-versions.outputs.release_tag != steps.get-versions.outputs.current_tag }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.ROBOT_MAC_FC_TOKEN }} commit-message: Update actions runner to new version