Skip to content

Commit 0708744

Browse files
Update update-dependencies.yml
- Update PR github action to v3. ***NO_CI***
1 parent b15dcaa commit 0708744

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
runs-on: windows-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v2.3.1
2727
with:
2828
path: main
2929
- name: Checkout tools repo
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v2.3.1
3131
with:
3232
repository: nanoframework/nf-tools
3333
path: tools
@@ -45,6 +45,8 @@ jobs:
4545
[version update]
4646
4747
### :warning: This is an automated update. :warning:
48-
committer: 'nfbot <nanoframework@outlook.com>'
48+
committer: 'nfbot <dependencybot@nanoframework.net>'
4949
branch: ${{ env.BRANCH_NAME }}
5050
path: main
51+
labels: |
52+
Type: dependencies

0 commit comments

Comments
 (0)