Skip to content

Commit 0db73c1

Browse files
Update update-dependencies.yml
- Update PR github action to v3. ***NO_CI***
1 parent 6a9d580 commit 0db73c1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020 The nanoFramework project contributors
1+
# Copyright (c) .NET Foundation and Contributors
22
# See LICENSE file in the project root for full license information.
33

44
# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running.
@@ -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)