Skip to content

Commit c5bf5bb

Browse files
Update update-dependencies.yml
- Update PR github action to v3. ***NO_CI***
1 parent 64d25b0 commit c5bf5bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./github-actions/update-nf-dependencies.ps1
3636
working-directory: tools
3737
- name: Create Pull Request
38-
uses: peter-evans/create-pull-request@v2.8.1
38+
uses: peter-evans/create-pull-request@v3
3939
if: env.CREATE_PR == 'true'
4040
with:
4141
title: '${{ env.PR_TITLE }}'
@@ -45,6 +45,8 @@ jobs:
4545
[version update]
4646
4747
### :warning: This is an automated update. :warning:
48-
committer: 'nfbot <[email protected]>'
48+
committer: 'nfbot <[email protected]>'
4949
branch: ${{ env.BRANCH_NAME }}
5050
path: main
51+
labels: |
52+
Type: dependencies

0 commit comments

Comments
 (0)