Skip to content

Commit

Permalink
Merge pull request #87 from hatena/renovate/peter-evans-create-pull-r…
Browse files Browse the repository at this point in the history
…equest-7.x

Update peter-evans/create-pull-request action to v7
  • Loading branch information
theoremoon authored Oct 7, 2024
2 parents 3dea682 + a7bcaec commit e8b92f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-draft-pull-request/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
- name: move draft and update metadata
uses: hatena/hatenablog-workflows/.github/actions/move-draft-and-update-metadata@v1
- name: create draft pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
env:
OWNER_NAME: ${{ steps.set-owner.outputs.OWNER_NAME }}
ENTRY_ID: ${{ steps.set-entry-variables.outputs.ENTRY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/initialize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
done
fi
- name: create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: initialize
branch: initialize
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
done
fi
- name: create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: blogsync pull
branch: blogsync-pull
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-when-publishing-from-draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
done
- name: create pull request
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
title: from draft to publish
branch: from-draft-to-publish
Expand Down

0 comments on commit e8b92f0

Please sign in to comment.