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.
2 parents b45a6b4 + 94537b5 commit 5233f10Copy full SHA for 5233f10
1 file changed
.github/workflows/update-lock-file.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Restore dependencies
34
if: ${{ github.actor == 'dependabot[bot]' && steps.metadata.outputs.package-ecosystem == 'nuget' || github.event.action == 'labeled' }}
35
run: dotnet restore
36
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v6
37
with:
38
commit_message: "chore: update NugGet lock file"
39
file_pattern: '*/packages.lock.json'
0 commit comments