Skip to content

Commit

Permalink
Bump peter-evans/create-issue-from-file from 3 to 5 (#862)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: girazoki <[email protected]>
  • Loading branch information
dependabot[bot] and girazoki authored Feb 12, 2025
1 parent b282f04 commit 6b71eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-release-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
npm i
npm run --silent print-client-release-issue -- --from ${{ github.event.inputs.from }} --to ${{ github.event.inputs.to }} | tee ../client-release-issue.md
- name: Create version bump issue
uses: peter-evans/create-issue-from-file@v3
uses: peter-evans/create-issue-from-file@v5
with:
title: client ${{ github.event.inputs.to }} release
content-filepath: ./client-release-issue.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime-release-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
npm i
npm run --silent print-runtime-release-issue -- --from ${{ github.event.inputs.from }} --to ${{ github.event.inputs.to }} --client ${{ github.event.inputs.client }} | tee ../runtime-release-issue.md
- name: Create version bump issue
uses: peter-evans/create-issue-from-file@v3
uses: peter-evans/create-issue-from-file@v5
with:
title: runtime-${{ github.event.inputs.to }} release
content-filepath: ./runtime-release-issue.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
yarn install
yarn --silent run print-version-bump-info -- --from ${{ github.event.inputs.from }} --to ${{ github.event.inputs.to }} | tee ../version-bump.md
- name: Create version bump issue
uses: peter-evans/create-issue-from-file@v3
uses: peter-evans/create-issue-from-file@v5
with:
title: Update polkadot-sdk from ${{ github.event.inputs.from }} to ${{ github.event.inputs.to }}
content-filepath: ./version-bump.md
Expand Down

0 comments on commit 6b71eb2

Please sign in to comment.