We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15dcaa commit 0708744Copy full SHA for 0708744
1 file changed
.github/workflows/update-dependencies.yml
@@ -23,11 +23,11 @@ jobs:
23
runs-on: windows-latest
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.1
27
with:
28
path: main
29
- name: Checkout tools repo
30
31
32
repository: nanoframework/nf-tools
33
path: tools
@@ -45,6 +45,8 @@ jobs:
45
[version update]
46
47
### :warning: This is an automated update. :warning:
48
- committer: 'nfbot <nanoframework@outlook.com>'
+ committer: 'nfbot <dependencybot@nanoframework.net>'
49
branch: ${{ env.BRANCH_NAME }}
50
51
+ labels: |
52
+ Type: dependencies
0 commit comments