Skip to content

Commit

Permalink
Update check-smp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya-git authored Jul 8, 2024
1 parent 0d5cf64 commit ac3876c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-smp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo NEED_UPDATE=1 >> $GITHUB_ENV
- name: Run update
if: ${{ env.NEED_UPDATE }} == '1'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update ${{ matrix.submodule }} to ${{ steps.latest.outputs.tag_name }}
branch: submodule-update-${{ matrix.submodule }}
Expand Down

0 comments on commit ac3876c

Please sign in to comment.