Skip to content

Commit 2516311

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

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running.
55

6-
name: Update dependencies
6+
name: Daily update dependencies
77

88
on:
99
schedule:
@@ -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 <[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)