Skip to content

Commit

Permalink
Merge pull request #99 from hvalev/dependabot/github_actions/peter-ev…
Browse files Browse the repository at this point in the history
…ans/create-pull-request-6

Bump peter-evans/create-pull-request from 5 to 6
  • Loading branch information
hvalev authored Feb 4, 2024
2 parents b113e64 + 7cbecba commit 2323b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_shiny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2323b78

Please sign in to comment.