diff --git a/.github/workflows/check_r.yml b/.github/workflows/check_r.yml index de7d9c2..da657cf 100644 --- a/.github/workflows/check_r.yml +++ b/.github/workflows/check_r.yml @@ -29,7 +29,7 @@ jobs: find: ${{ steps.r-version.outputs.current_tag }} replace: ${{ steps.r-version.outputs.release_tag }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: Update R to ${{ steps.r-version.outputs.release_tag }} title: Update R to ${{ steps.r-version.outputs.release_tag }} diff --git a/.github/workflows/check_shiny.yml b/.github/workflows/check_shiny.yml index a5c6964..55bb36c 100644 --- a/.github/workflows/check_shiny.yml +++ b/.github/workflows/check_shiny.yml @@ -39,7 +39,7 @@ jobs: find: ${{ steps.shiny-version-current.outputs.current_tag }} replace: ${{ steps.shiny-version-new.outputs.release_tag }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: Update Shiny Server to ${{ steps.shiny-version-new.outputs.release_tag }} title: Update Shiny Server to ${{ steps.shiny-version-new.outputs.release_tag }}