Skip to content

Commit

Permalink
Update update-dependencies.yml
Browse files Browse the repository at this point in the history
- Update PR github action to v3.

***NO_CI***
  • Loading branch information
networkfusion authored Feb 11, 2021
1 parent 64d25b0 commit c5bf5bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./github-actions/update-nf-dependencies.ps1
working-directory: tools
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2.8.1
uses: peter-evans/create-pull-request@v3
if: env.CREATE_PR == 'true'
with:
title: '${{ env.PR_TITLE }}'
Expand All @@ -45,6 +45,8 @@ jobs:
[version update]
### :warning: This is an automated update. :warning:
committer: 'nfbot <[email protected]>'
committer: 'nfbot <[email protected]>'
branch: ${{ env.BRANCH_NAME }}
path: main
labels: |
Type: dependencies

0 comments on commit c5bf5bb

Please sign in to comment.