Update .github/workflows/create-issue-dependencies.yml

This commit is contained in:
Clémentine Urquizar - curqui 2022-07-05 19:35:09 +02:00 committed by GitHub
parent 5588a6415a
commit 43fecbf382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,5 +10,5 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- run: gh issue create --title "Upgrade dependencies" --label "dependencies,maintenance" --body-file ".github/ISSUE_TEMPLATE/update_dependencies.md"